diff options
| author | John Reck <jreck@google.com> | 2015-04-13 15:20:29 -0700 |
|---|---|---|
| committer | John Reck <jreck@google.com> | 2015-04-14 15:38:22 -0700 |
| commit | c294d128d03bc9a9982b273a82516c04583438cc (patch) | |
| tree | fd6c7ae3a6a292caf48160f0c0c8cc82e4729225 /libs/hwui/renderthread/RenderProxy.h | |
| parent | 4fc266bbef6129b5cefc910f0680eb9d61794faf (diff) | |
| download | frameworks_base-c294d128d03bc9a9982b273a82516c04583438cc.zip frameworks_base-c294d128d03bc9a9982b273a82516c04583438cc.tar.gz frameworks_base-c294d128d03bc9a9982b273a82516c04583438cc.tar.bz2 | |
A bunch more cleanups
Switch a few places to using android::canvas
instead of SkCanvas as well which eliminated
some JNI
Change-Id: I8f98b56442a06362b82b984cd1bd3a92398d8dbc
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 29c6f08..cc475fa 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -83,7 +83,7 @@ public: ANDROID_API DeferredLayerUpdater* createTextureLayer(); ANDROID_API void buildLayer(RenderNode* node); - ANDROID_API bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap); + ANDROID_API bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap); ANDROID_API void pushLayerUpdate(DeferredLayerUpdater* layer); ANDROID_API void cancelLayerUpdate(DeferredLayerUpdater* layer); ANDROID_API void detachSurfaceTexture(DeferredLayerUpdater* layer); |
