| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 5d0c6d08e5ab03d208ed71ab0e333d55de409244..bb8f2f1b42e4eccae50e6229f553f0860e11ef11 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -472,7 +472,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| void OnTransformAnimated(const gfx::Transform& transform);
|
| void OnScrollOffsetAnimated(const gfx::ScrollOffset& scroll_offset);
|
|
|
| - bool FilterIsAnimating() const;
|
| bool TransformIsAnimating() const;
|
| bool ScrollOffsetAnimationWasInterrupted() const;
|
|
|
|
|