Bug 1098495 - Part 2: Run the layer tree invalidation code on windows. r=mstange ON A CLOSED TREE

--HG--
extra : rebase_source : 1e98356dabedb557ad786dbd49679206e24cf09e
This commit is contained in:
Benoit Girard 2014-11-20 15:10:18 -05:00
parent 61d89416b9
commit 0d3235245b

View File

@ -166,10 +166,7 @@ LayerManagerComposite::BeginTransaction()
mIsCompositorReady = true;
if (Compositor::GetBackend() == LayersBackend::LAYERS_OPENGL ||
Compositor::GetBackend() == LayersBackend::LAYERS_BASIC) {
mClonedLayerTreeProperties = LayerProperties::CloneFrom(GetRoot());
}
mClonedLayerTreeProperties = LayerProperties::CloneFrom(GetRoot());
}
void