| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 16ff62e7b21dba0360eb9607a4c27e53c3e44dc8..e18369303b6a5e655ededcc2641fd52ef80c5455 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -486,9 +486,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| void OnTransformAnimated(const gfx::Transform& transform);
|
| void OnScrollOffsetAnimated(const gfx::ScrollOffset& scroll_offset);
|
|
|
| - void OnIsAnimatingChanged(const PropertyAnimationState& mask,
|
| - const PropertyAnimationState& state);
|
| -
|
| bool FilterIsAnimating() const;
|
| bool TransformIsAnimating() const;
|
| bool ScrollOffsetAnimationWasInterrupted() const;
|
|
|