diff options
author | 2023-03-14 23:27:19 +0000 | |
---|---|---|
committer | 2023-03-14 23:27:53 +0000 | |
commit | dc73cfc4aa02cf9b751e84ead3459ba8214b4340 (patch) | |
tree | 393e83fc84d7fd625b4b6cf3b7e075740f15af83 | |
parent | e484f913fd66438a317ed6c5943626a98532b5dd (diff) |
Fix forward declare of GrDirectContext
Follow-up to https://skia-review.googlesource.com/c/skia/+/656237
Change-Id: Ifb1282375fa81fd2e18f8c8e65641e1fc6df28b0
-rw-r--r-- | libs/hwui/pipeline/skia/ShaderCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/pipeline/skia/ShaderCache.h b/libs/hwui/pipeline/skia/ShaderCache.h index f5506d60f811..0492d70652df 100644 --- a/libs/hwui/pipeline/skia/ShaderCache.h +++ b/libs/hwui/pipeline/skia/ShaderCache.h @@ -24,6 +24,7 @@ #include <string> #include <vector> +class GrDirectContext; class SkData; namespace android { |