diff options
| author | 2014-03-18 16:35:49 +0000 | |
|---|---|---|
| committer | 2014-03-18 16:35:49 +0000 | |
| commit | 3ebdf0021796d94e82392f0308cd81a4887080c5 (patch) | |
| tree | 255da9314c828092f8ce6d07c2af10b3dc5a9ddc | |
| parent | d54a57f5db5fb98f5aec7d56063359b8a946de13 (diff) | |
| parent | 16efa9a330fcf10a09cc9564e9d319c6f4be2ae1 (diff) | |
Merge "Fix functor removal"
| -rw-r--r-- | libs/hwui/renderthread/CanvasContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/CanvasContext.cpp b/libs/hwui/renderthread/CanvasContext.cpp index 5ed9f1d74e34..8ebffc28a4e2 100644 --- a/libs/hwui/renderthread/CanvasContext.cpp +++ b/libs/hwui/renderthread/CanvasContext.cpp @@ -469,6 +469,7 @@ void CanvasContext::handleFunctorStatus(int status, const Rect& redrawClip) { void CanvasContext::removeFunctorsTask() { if (!mInvokeFunctorsPending) return; + mInvokeFunctorsPending = false; mRenderThread.remove(&mInvokeFunctorsTask); } |