mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 993019 - [Camera] [Gallery] Orientation response is slow after launching from Camera app. r=kats
This commit is contained in:
parent
187d109cb4
commit
f2c29f5178
@ -101,6 +101,8 @@ AsyncCompositionManager::ResolveRefLayers()
|
||||
if (!mLayerManager->GetRoot()) {
|
||||
return;
|
||||
}
|
||||
|
||||
mReadyForCompose = true;
|
||||
WalkTheTree<Resolve>(mLayerManager->GetRoot(),
|
||||
mReadyForCompose,
|
||||
mTargetConfig);
|
||||
|
Loading…
Reference in New Issue
Block a user