| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index 8881b00ad2611a0e2731aa1203f8a52ede26c8c7..477fac702c038e0deefb34ad1cd1f60c589b10d9 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -1163,8 +1163,6 @@ void Layer::PushPropertiesTo(LayerImpl* layer) {
|
| layer->SetUseLocalTransformForBackfaceVisibility(
|
| use_local_transform_for_backface_visibility_);
|
| layer->SetShouldCheckBackfaceVisibility(should_check_backface_visibility_);
|
| - if (!TransformIsAnimating())
|
| - layer->SetTransform(inputs_.transform);
|
| layer->Set3dSortingContextId(inputs_.sorting_context_id);
|
|
|
| layer->SetScrollClipLayer(inputs_.scroll_clip_layer_id);
|
|
|