diff options
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index c2964a4e3515..969ad00d7443 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -125,7 +125,7 @@ public: int bottom, SkBitmap* bitmap); ANDROID_API static void prepareToDraw(Bitmap& bitmap); - static int copyGraphicBufferInto(GraphicBuffer* buffer, SkBitmap* bitmap); + static int copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap); static void onBitmapDestroyed(uint32_t pixelRefId); |