| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index f9a8f2b9c7103dc16e23a0b78838943237a27143..c4f3fa2ef755dca7054edbc369236a0caaf415ef 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -1120,7 +1120,6 @@ void Layer::PushPropertiesTo(LayerImpl* layer) {
|
| bool use_paint_properties = paint_properties_.source_frame_number ==
|
| layer_tree_host_->source_frame_number();
|
|
|
| - layer->SetTransformOrigin(transform_origin_);
|
| layer->SetBackgroundColor(background_color_);
|
| layer->SetSafeOpaqueBackgroundColor(safe_opaque_background_color_);
|
| layer->SetBounds(use_paint_properties ? paint_properties_.bounds
|
|
|