Bug 944866 - Bustage Intermittent failure. r=bustage on a CLOSED TREE

This commit is contained in:
Benoit Girard 2013-12-03 15:04:47 -05:00
Родитель 35f400bc25
Коммит 8a7a10f03a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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()) {