summaryrefslogtreecommitdiff
path: root/libs/hwui/AutoBackendTextureRelease.cpp
diff options
context:
space:
mode:
author Xin Li <delphij@google.com> 2024-12-13 17:01:31 -0800
committer Xin Li <delphij@google.com> 2024-12-13 17:01:31 -0800
commit10e260fc86f8b879e9a88610994344f30bea7520 (patch)
treef16b3cfbd86ebc5e0723170311f2bc6c4eb3589d /libs/hwui/AutoBackendTextureRelease.cpp
parentc04c1151c4edc9c95786cd47e823a8ac83224ee9 (diff)
parent2e5f670c869a25175d30b3821a6ed6da432d5b66 (diff)
Merge 24Q4 into AOSP main
Bug: 370570306 Merged-In: I3d210caa7b15c24eaf523207e4905b20a2894260 Change-Id: Ic3c8148937e940a0258e790ff89463dae79e992c
Diffstat (limited to 'libs/hwui/AutoBackendTextureRelease.cpp')
-rw-r--r--libs/hwui/AutoBackendTextureRelease.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/hwui/AutoBackendTextureRelease.cpp b/libs/hwui/AutoBackendTextureRelease.cpp
index 86fede5eb98c..430519606d9b 100644
--- a/libs/hwui/AutoBackendTextureRelease.cpp
+++ b/libs/hwui/AutoBackendTextureRelease.cpp
@@ -17,11 +17,12 @@
#include "AutoBackendTextureRelease.h"
#include <SkImage.h>
-#include <include/gpu/ganesh/SkImageGanesh.h>
-#include <include/gpu/GrDirectContext.h>
-#include <include/gpu/GrBackendSurface.h>
#include <include/gpu/MutableTextureState.h>
+#include <include/gpu/ganesh/GrBackendSurface.h>
+#include <include/gpu/ganesh/GrDirectContext.h>
+#include <include/gpu/ganesh/SkImageGanesh.h>
#include <include/gpu/vk/VulkanMutableTextureState.h>
+
#include "renderthread/RenderThread.h"
#include "utils/Color.h"
#include "utils/PaintUtils.h"