| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index ee0b3e9bd640f60ee72fedba4fe833fb89d1531d..3e4c65d2a60c4ec066b812ac94c1154e8ddf80f4 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1984,6 +1984,8 @@ void LayerTreeHostImpl::ActivateSyncTree() {
|
| else
|
| active_tree_->MoveChangeTrackingToLayers();
|
| }
|
| + active_tree_->property_trees()->PushOpacityIfNeeded(
|
| + pending_tree_->property_trees());
|
|
|
| TreeSynchronizer::PushLayerProperties(pending_tree(), active_tree());
|
| pending_tree_->PushPropertiesTo(active_tree_.get());
|
|
|