commit | e1628b7c6fc3822fa83cf02028ce8ad67abb0afe | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Fri May 23 15:11:19 2014 -0700 |
committer | John Reck <jreck@google.com> | Fri May 23 15:40:14 2014 -0700 |
tree | 096479f24da83593cab3505bde3aa8688e3b8f10 | |
parent | ec41d7ababd3145b7f19e5bd69480e9436cb5c7c [diff] [blame] |
Implement FlushCaches TODO Change-Id: Id05429e98ffe0858275b32c41fb215c1d8d930b2
diff --git a/libs/hwui/renderthread/CanvasContext.h b/libs/hwui/renderthread/CanvasContext.h index a54b33e..da85d448 100644 --- a/libs/hwui/renderthread/CanvasContext.h +++ b/libs/hwui/renderthread/CanvasContext.h
@@ -63,6 +63,8 @@ bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap); + void flushCaches(Caches::FlushMode flushMode); + void invokeFunctor(Functor* functor); void runWithGlContext(RenderTask* task);