diff options
author | John Reck <jreck@google.com> | 2018-05-17 10:44:00 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2018-05-31 12:56:28 -0700 |
commit | 5b02c629bd8da951331e5e464fe78e03b3393a72 (patch) | |
tree | 5b39981a81b63b59c179402635ace31fa4d0c88c /libs/hwui/renderthread/RenderProxy.h | |
parent | 1031bf5f761304987e6a2c5bbb5743a65c3253bf (diff) |
Attempting to fix the black flicker
Bug: 79231206
Test: Repro steps from bug
Merged-In: I4c2810c42a7a4358f64584da3ab0cdf1499e71b6
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 3425c5c68a72..ad534f0d96b5 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -116,6 +116,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); |