commit | dc73cfc4aa02cf9b751e84ead3459ba8214b4340 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Tue Mar 14 23:27:19 2023 +0000 |
committer | Kevin Lubick <kjlubick@google.com> | Tue Mar 14 23:27:53 2023 +0000 |
tree | 393e83fc84d7fd625b4b6cf3b7e075740f15af83 | |
parent | e484f913fd66438a317ed6c5943626a98532b5dd [diff] [blame] |
Fix forward declare of GrDirectContext Follow-up to https://skia-review.googlesource.com/c/skia/+/656237 Change-Id: Ifb1282375fa81fd2e18f8c8e65641e1fc6df28b0
diff --git a/libs/hwui/pipeline/skia/ShaderCache.h b/libs/hwui/pipeline/skia/ShaderCache.h index f5506d6..0492d70 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 {