author | James Willcox <snorp@snorp.net> |
Wed, 31 Aug 2016 16:06:01 -0500 | |
changeset 312078 | dec6a438ea4366589d038dd181f3da2904015eac |
parent 312077 | f350e8c6c982a544b3fa93390cd40909f3b46286 |
child 312079 | 3c3194673109d9e704e9c67f4318043ebf153b92 |
push id | 81282 |
push user | jwillcox@mozilla.com |
push date | Wed, 31 Aug 2016 21:24:14 +0000 |
treeherder | mozilla-inbound@dec6a438ea43 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | BenWa |
bugs | 1298822 |
milestone | 51.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/gfx/layers/ipc/CompositorBridgeParent.cpp +++ b/gfx/layers/ipc/CompositorBridgeParent.cpp @@ -1066,16 +1066,17 @@ CompositorBridgeParent::ResumeCompositio __android_log_print(ANDROID_LOG_INFO, "CompositorBridgeParent", "Unable to renew compositor surface; remaining in paused state"); #endif lock.NotifyAll(); return; } mPaused = false; + Invalidate(); mCompositorScheduler->ResumeComposition(); // if anyone's waiting to make sure that composition really got resumed, tell them lock.NotifyAll(); } void CompositorBridgeParent::ForceComposition()