| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 711ae7152848cdf6c9951ece43f9f6c97303cba1..879beaab1f29863a474602889f52ce64a02a338f 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -564,6 +564,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| void OnTransformIsPotentiallyAnimatingChanged(bool is_animating);
|
| void OnOpacityIsCurrentlyAnimatingChanged(bool is_currently_animating);
|
| void OnOpacityIsPotentiallyAnimatingChanged(bool has_potential_animation);
|
| + void OnFilterIsCurrentlyAnimatingChanged(bool is_currently_animating);
|
| + void OnFilterIsPotentiallyAnimatingChanged(bool has_potential_animation);
|
|
|
| bool FilterIsAnimating() const;
|
| bool TransformIsAnimating() const;
|
|
|