| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index b9867d6217c88f845a55e22f8cc11abfd0369ff6..c2c0d81d60b16cfc233a8b9f3878c385cbacc6a7 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -1173,6 +1173,9 @@ void Layer::PushPropertiesTo(LayerImpl* layer) {
|
| bool use_paint_properties = paint_properties_.source_frame_number ==
|
| layer_tree_host_->source_frame_number();
|
|
|
| + layer->draw_properties().is_clipped_from_property_trees =
|
| + draw_properties_.is_clipped_from_property_trees;
|
| +
|
| layer->SetTransformOrigin(transform_origin_);
|
| layer->SetBackgroundColor(background_color_);
|
| layer->SetBounds(use_paint_properties ? paint_properties_.bounds
|
|
|