| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index f847b5e3de6364e40a011b25317a4e6003fac38d..f0e1b832aeaa42bc01f20aa513af1d09b8402c8a 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -484,9 +484,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
|
| // unused resources on the impl thread are returned before commit completes.
|
| void SetNextCommitWaitsForActivation();
|
|
|
| - // Called when the blend mode or filters have been changed.
|
| - void SetNeedsFilterContextIfNeeded();
|
| -
|
| void AddDependentNeedsPushProperties();
|
| void RemoveDependentNeedsPushProperties();
|
| bool parent_should_know_need_push_properties() const {
|
|
|