| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index 39156dc0d92a4a3c0e195b34cfb76a7dc91ab723..505afd889a2da77f62ab3c88a01827fc9910e592 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -608,7 +608,6 @@ void LayerImpl::OnFilterAnimated(const FilterOperations& filters) {
|
|
|
| void LayerImpl::OnOpacityAnimated(float opacity) {
|
| UpdatePropertyTreeOpacity(opacity);
|
| - SetNeedsPushProperties();
|
| layer_tree_impl()->set_needs_update_draw_properties();
|
| layer_tree_impl()->AddToOpacityAnimationsMap(id(), opacity);
|
| }
|
|
|