commit | 0d1f634f4b5e1bb37aa51777efb6a68619488d01 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Fri Mar 28 20:30:27 2014 -0700 |
committer | John Reck <jreck@google.com> | Fri Mar 28 20:57:32 2014 -0700 |
tree | d936b60a47e95c58e7c47363b6e23cdc8b4df7d9 | |
parent | c75db8266b352ef3a7a6b76654f770d7a24d547a [diff] [blame] |
Add invokeFunctor Change-Id: I09e675d3e02e3e528642175ada00b2b17fab7652
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index ee7a4c7..f1ca534 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h
@@ -69,6 +69,7 @@ ANDROID_API void attachFunctor(Functor* functor); ANDROID_API void detachFunctor(Functor* functor); + ANDROID_API void invokeFunctor(Functor* functor, bool waitForCompletion); ANDROID_API void runWithGlContext(RenderTask* task);