diff options
author | Mike Reed <reed@google.com> | 2018-05-03 11:32:46 -0400 |
---|---|---|
committer | Mike Reed <reed@google.com> | 2018-05-03 13:23:40 -0400 |
commit | 8cafcc628fc2eea5b25bb0409eb7ed2a76befb2b (patch) | |
tree | c87e374ddc7ffca20b9af112c09d7e963972add3 /libs/hwui/utils | |
parent | bb6d6d3f25f4ae53fac78713c67a597d5ceeace4 (diff) |
remove (dead) caches from hwui
Test: make
Change-Id: I18bfe51896672272ce7d471eaead69b651399368
Diffstat (limited to 'libs/hwui/utils')
-rw-r--r-- | libs/hwui/utils/PaintUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/utils/PaintUtils.h b/libs/hwui/utils/PaintUtils.h index 233adae1df24..f8e8a0a18284 100644 --- a/libs/hwui/utils/PaintUtils.h +++ b/libs/hwui/utils/PaintUtils.h @@ -20,6 +20,7 @@ #include <SkColorFilter.h> #include <SkDrawLooper.h> +#include <SkPaint.h> #include <SkShader.h> namespace android { |