| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index 88f2036fc8038144880d9942efe97e02a48f7b59..92492afa97d7fdc4e30719125a8cb325a2227f81 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -1134,7 +1134,6 @@ void Layer::PushPropertiesTo(LayerImpl* layer) {
|
| layer->SetScrollTreeIndex(scroll_tree_index());
|
| layer->set_offset_to_transform_parent(offset_to_transform_parent_);
|
| layer->SetDrawsContent(DrawsContent());
|
| - layer->SetHideLayerAndSubtree(hide_layer_and_subtree_);
|
| // subtree_property_changed_ is propagated to all descendants while building
|
| // property trees. So, it is enough to check it only for the current layer.
|
| if (subtree_property_changed_)
|
|
|