diff options
author | John Reck <jreck@google.com> | 2014-05-23 15:11:19 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2014-05-23 15:40:14 -0700 |
commit | e1628b7c6fc3822fa83cf02028ce8ad67abb0afe (patch) | |
tree | 096479f24da83593cab3505bde3aa8688e3b8f10 /libs/hwui/renderthread/CanvasContext.h | |
parent | ec41d7ababd3145b7f19e5bd69480e9436cb5c7c (diff) | |
download | frameworks_base-e1628b7c6fc3822fa83cf02028ce8ad67abb0afe.zip frameworks_base-e1628b7c6fc3822fa83cf02028ce8ad67abb0afe.tar.gz frameworks_base-e1628b7c6fc3822fa83cf02028ce8ad67abb0afe.tar.bz2 |
Implement FlushCaches TODO
Change-Id: Id05429e98ffe0858275b32c41fb215c1d8d930b2
Diffstat (limited to 'libs/hwui/renderthread/CanvasContext.h')
-rw-r--r-- | libs/hwui/renderthread/CanvasContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/CanvasContext.h b/libs/hwui/renderthread/CanvasContext.h index a54b33e..da85d44 100644 --- a/libs/hwui/renderthread/CanvasContext.h +++ b/libs/hwui/renderthread/CanvasContext.h @@ -63,6 +63,8 @@ public: bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap); + void flushCaches(Caches::FlushMode flushMode); + void invokeFunctor(Functor* functor); void runWithGlContext(RenderTask* task); |