diff options
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.h')
-rw-r--r-- | libs/hwui/renderthread/RenderThread.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/RenderThread.h b/libs/hwui/renderthread/RenderThread.h index 5272227509c8..1ef83fb26c14 100644 --- a/libs/hwui/renderthread/RenderThread.h +++ b/libs/hwui/renderthread/RenderThread.h @@ -47,6 +47,10 @@ class Readback; class RenderState; class TestUtils; +namespace skiapipeline { +class VkFunctorDrawHandler; +} + namespace renderthread { class CanvasContext; @@ -124,6 +128,7 @@ private: friend class DummyVsyncSource; friend class android::uirenderer::TestUtils; friend class android::uirenderer::WebViewFunctor; + friend class android::uirenderer::skiapipeline::VkFunctorDrawHandler; RenderThread(); virtual ~RenderThread(); |