Bug 788549 Part 13: Sample animations on shadow layers update in testing mode r=roc

This commit is contained in:
David Zbarsky 2013-06-04 20:11:56 -07:00
parent f16c266c32
commit 83c7653da6

View File

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