diff options
Diffstat (limited to 'libs/hwui/PatchCache.h')
| -rw-r--r-- | libs/hwui/PatchCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/PatchCache.h b/libs/hwui/PatchCache.h index de9508717df3..e874a1686e5c 100644 --- a/libs/hwui/PatchCache.h +++ b/libs/hwui/PatchCache.h @@ -43,6 +43,7 @@ namespace uirenderer { class PatchCache: public OnEntryRemoved<PatchDescription, Patch*> { public: + PatchCache(); PatchCache(uint32_t maxCapacity); ~PatchCache(); |