mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 788549 Part 13: Sample animations on shadow layers update in testing mode r=roc
This commit is contained in:
parent
f16c266c32
commit
83c7653da6
@ -539,6 +539,9 @@ CompositorParent::ShadowLayersUpdated(LayerTransactionParent* aLayerTree,
|
||||
mLayerManager->SetRoot(root);
|
||||
if (root) {
|
||||
SetShadowProperties(root);
|
||||
if (mIsTesting) {
|
||||
mCompositionManager->TransformShadowTree(mTestTime);
|
||||
}
|
||||
}
|
||||
ScheduleComposition();
|
||||
LayerManagerComposite *layerComposite = mLayerManager->AsLayerManagerComposite();
|
||||
|
Loading…
Reference in New Issue
Block a user