Index: cc/layers/layer.cc |
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
index d1c173e1fba3f87b547c1d83be3645a5856b5a28..25de9a4fc826f495f88db1ade4cae3c01694c79d 100644 |
--- a/cc/layers/layer.cc |
+++ b/cc/layers/layer.cc |
@@ -1154,7 +1154,6 @@ void Layer::PushPropertiesTo(LayerImpl* layer) { |
layer->SetBounds(use_paint_properties ? paint_properties_.bounds |
: bounds_); |
layer->SetContentsScale(1.f, 1.f); |
- layer->SetContentBounds(bounds()); |
if (frame_viewer_instrumentation::IsTracingLayerTreeSnapshots()) |
layer->SetDebugInfo(TakeDebugInfo()); |