зеркало из https://github.com/mozilla/gecko-dev.git
Bug 993019 - [Camera] [Gallery] Orientation response is slow after launching from Camera app. r=kats
This commit is contained in:
Родитель
2e2f1b2079
Коммит
8b3783f335
|
@ -101,6 +101,8 @@ AsyncCompositionManager::ResolveRefLayers()
|
||||||
if (!mLayerManager->GetRoot()) {
|
if (!mLayerManager->GetRoot()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mReadyForCompose = true;
|
||||||
WalkTheTree<Resolve>(mLayerManager->GetRoot(),
|
WalkTheTree<Resolve>(mLayerManager->GetRoot(),
|
||||||
mReadyForCompose,
|
mReadyForCompose,
|
||||||
mTargetConfig);
|
mTargetConfig);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче