diff options
author | John Reck <jreck@google.com> | 2018-05-17 10:44:00 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2018-05-31 19:55:54 +0000 |
commit | cc2eee89c81a9b348b7283000678562f43c061c7 (patch) | |
tree | bedc526db5360761be66143df86ab9e8d5d8f6ea /libs/hwui/renderthread/RenderProxy.h | |
parent | 14e1c54fa3f38c79cc080670519e15842e248a88 (diff) |
Attempting to fix the black flicker
Bug: 79231206
Test: Repro steps from bug
Change-Id: I4c2810c42a7a4358f64584da3ab0cdf1499e71b6
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index e7cd0913231d..5668484673fb 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -114,6 +114,7 @@ public: ANDROID_API void drawRenderNode(RenderNode* node); ANDROID_API void setContentDrawBounds(int left, int top, int right, int bottom); ANDROID_API void setFrameCallback(std::function<void(int64_t)>&& callback); + ANDROID_API void setFrameCompleteCallback(std::function<void(int64_t)>&& callback); ANDROID_API void addFrameMetricsObserver(FrameMetricsObserver* observer); ANDROID_API void removeFrameMetricsObserver(FrameMetricsObserver* observer); |