diff options
author | John Reck <jreck@google.com> | 2020-06-25 17:14:13 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2020-06-26 13:49:05 -0700 |
commit | aa4c982294ba93266136bf10bbab67bc3f2ae273 (patch) | |
tree | d4205bbc5876f95500c35786c636730fe3201bea /libs/hwui/renderthread/RenderProxy.h | |
parent | cf9d4f5451cc4a7e0be3e998638109168851d9fb (diff) |
Remove legacy callDrawGlFunction2 from HWUI
Bug: 151439970
Test: CtsUiRenderingTestCases passes
Change-Id: I1c29df17bb6e8b078467edf73cb3547db6948cdd
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index 1b3dc157dc22..16eabadc064c 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -82,7 +82,6 @@ public: int syncAndDrawFrame(); void destroy(); - static void invokeFunctor(Functor* functor, bool waitForCompletion); static void destroyFunctor(int functor); DeferredLayerUpdater* createTextureLayer(); |