diff options
Diffstat (limited to 'libs/hwui/Caches.h')
-rw-r--r-- | libs/hwui/Caches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 5367663..b4b5927 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -43,6 +43,7 @@ #include "PatchCache.h" #include "ProgramCache.h" #include "PathCache.h" +#include "TessellationCache.h" #include "TextDropShadowCache.h" #include "FboCache.h" #include "ResourceCache.h" @@ -326,6 +327,7 @@ public: ProgramCache programCache; PathCache pathCache; PatchCache patchCache; + TessellationCache tessellationCache; TextDropShadowCache dropShadowCache; FboCache fboCache; ResourceCache resourceCache; |