diff options
author | Bo Liu <boliu@google.com> | 2019-01-08 20:17:55 -0800 |
---|---|---|
committer | Bo Liu <boliu@google.com> | 2019-01-15 15:25:04 -0800 |
commit | 7b8c1eb302109ea77a173663a6cf14b6d80ab0f7 (patch) | |
tree | a34428e9a0e8cba1beb38112c5e3d9323443d327 /libs/hwui/renderthread/RenderThread.h | |
parent | d231ab271c04d8742e1c7f4b40f5d4bf89710a47 (diff) |
VkFunctorDrawable implementation
Bug: 115613038
Test: Turning on vulkan with appropriate webview apk does not crash and
sort of works.
Change-Id: If1504da7a35e4bd74a994ab2c2a351e6bc415a18
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(); |