diff options
author | Derek Sollenberger <djsollen@google.com> | 2018-09-20 13:37:24 -0400 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2018-09-20 14:47:08 -0400 |
commit | 28a4d9935c214374cbd487d3419abb80f57d6f80 (patch) | |
tree | 4efc3361334aee4cf1f84ed735ad7a2ae4e3828d /libs/hwui/renderthread/RenderProxy.h | |
parent | 5a5a648b696fd3e5a73c0e950080ab3bb610b2be (diff) |
Refactor RenderState and remove unused functionality.
Test: hwui_unit_tests still pass
Change-Id: Ie943671535ab8c5da1bac05985e815e0cb842dc1
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index 969ad00d7443..d22f56ef38fd 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -127,8 +127,6 @@ public: static int copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap); - static void onBitmapDestroyed(uint32_t pixelRefId); - ANDROID_API static void disableVsync(); static void repackVectorDrawableAtlas(); |