diff options
Diffstat (limited to 'libs/hwui/Caches.h')
| -rw-r--r-- | libs/hwui/Caches.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index a11b6bc..c03c347 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -32,6 +32,7 @@ #include "PatchCache.h" #include "ProgramCache.h" #include "PathCache.h" +#include "ShapeCache.h" #include "TextDropShadowCache.h" #include "FboCache.h" #include "ResourceCache.h" @@ -159,6 +160,8 @@ public: GradientCache gradientCache; ProgramCache programCache; PathCache pathCache; + RoundRectShapeCache roundRectShapeCache; + CircleShapeCache circleShapeCache; PatchCache patchCache; TextDropShadowCache dropShadowCache; FboCache fboCache; |
