зеркало из https://github.com/mozilla/gecko-dev.git
Bug 944866 - Bustage Intermittent failure. r=bustage on a CLOSED TREE
This commit is contained in:
Родитель
35f400bc25
Коммит
8a7a10f03a
|
@ -559,7 +559,6 @@ CompositorParent::CompositeInTransaction()
|
|||
NS_ABORT_IF_FALSE(CompositorThreadID() == PlatformThread::CurrentId(),
|
||||
"Composite can only be called on the compositor thread");
|
||||
mCurrentCompositeTask = nullptr;
|
||||
mLayerManager->SetDebugOverlayWantsNextFrame(false);
|
||||
|
||||
mLastCompose = TimeStamp::Now();
|
||||
|
||||
|
@ -594,6 +593,7 @@ CompositorParent::CompositeInTransaction()
|
|||
mLayerManager->Dump();
|
||||
}
|
||||
#endif
|
||||
mLayerManager->SetDebugOverlayWantsNextFrame(false);
|
||||
mLayerManager->EndEmptyTransaction();
|
||||
|
||||
if (mLayerManager->DebugOverlayWantsNextFrame()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче