diff options
author | Bo Liu <boliu@google.com> | 2019-01-03 16:36:24 -0800 |
---|---|---|
committer | Bo Liu <boliu@google.com> | 2019-01-04 07:28:55 -0800 |
commit | 1b0278c19e004dac80196f1eda257fd08af954a5 (patch) | |
tree | 0839281c50f2458f63f3ca4ef81fa25f8a5000e8 /libs/hwui/renderthread/RenderThread.h | |
parent | 25edac0f179870f71947ff96d98f736f6e7f0027 (diff) |
Mark GrContext dirty after onContextDestroyed
Bug: 120997728
Test: hwui_unit_test passes
Change-Id: I8b60c45ebf7904b7026b480541dac78b70a59e0d
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.h')
-rw-r--r-- | libs/hwui/renderthread/RenderThread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/RenderThread.h b/libs/hwui/renderthread/RenderThread.h index 12666b323d11..5272227509c8 100644 --- a/libs/hwui/renderthread/RenderThread.h +++ b/libs/hwui/renderthread/RenderThread.h @@ -123,6 +123,7 @@ private: friend class RenderProxy; friend class DummyVsyncSource; friend class android::uirenderer::TestUtils; + friend class android::uirenderer::WebViewFunctor; RenderThread(); virtual ~RenderThread(); |