| 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 81917d972701fed92710e3b7246a7fa7f6861c37..8c171b22923b0cf38d2b7d9c0ef48f8af4811377 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2011,8 +2011,6 @@ 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());
|
|
|