diff options
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index 31f0ce67e1a7..06eaebd066ee 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -140,6 +140,9 @@ public: static void onBitmapDestroyed(uint32_t pixelRefId); ANDROID_API static void disableVsync(); + + static void repackVectorDrawableAtlas(); + private: RenderThread& mRenderThread; CanvasContext* mContext; |