| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 581271731c5ad90510b582bc335461e999073947..5d0c6d08e5ab03d208ed71ab0e333d55de409244 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -475,7 +475,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| bool FilterIsAnimating() const;
|
| bool TransformIsAnimating() const;
|
| bool ScrollOffsetAnimationWasInterrupted() const;
|
| - bool HasOnlyTranslationTransforms() const;
|
|
|
| void AddScrollChild(Layer* child);
|
| void RemoveScrollChild(Layer* child);
|
|
|