diff options
author | John Reck <jreck@google.com> | 2014-12-04 15:15:27 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-04 15:15:27 +0000 |
commit | a51a0901ada5e2bc472c379a39df13ff48e666ed (patch) | |
tree | dc6ae4f58ff8da681648597c47e5f44205860608 /libs/hwui/renderthread/RenderThread.h | |
parent | 4eb896ef011a8ecfe32f3b4300a42e0cc8b162a8 (diff) | |
parent | bd15e4f59c0ac4386ad11ba1555e41cb32d3a52c (diff) |
am bd15e4f5: Merge "Resume RT-animations after a pauseSurface" into lmp-mr1-dev
* commit 'bd15e4f59c0ac4386ad11ba1555e41cb32d3a52c':
Resume RT-animations after a pauseSurface
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.h')
-rw-r--r-- | libs/hwui/renderthread/RenderThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderThread.h b/libs/hwui/renderthread/RenderThread.h index c461f3a25859..4126d021a281 100644 --- a/libs/hwui/renderthread/RenderThread.h +++ b/libs/hwui/renderthread/RenderThread.h @@ -80,7 +80,7 @@ public: // Mimics android.view.Choreographer void postFrameCallback(IFrameCallback* callback); - void removeFrameCallback(IFrameCallback* callback); + bool removeFrameCallback(IFrameCallback* callback); // If the callback is currently registered, it will be pushed back until // the next vsync. If it is not currently registered this does nothing. void pushBackFrameCallback(IFrameCallback* callback); |