| Index: cc/animation/animation_player.h
|
| diff --git a/cc/animation/animation_player.h b/cc/animation/animation_player.h
|
| index 6e75399c9ad2f2abf67f77af268feca5a9283218..5d24e8e55a0a3c461a6f3606cbd14fd28bfbf7c0 100644
|
| --- a/cc/animation/animation_player.h
|
| +++ b/cc/animation/animation_player.h
|
| @@ -119,7 +119,6 @@ class CC_EXPORT AnimationPlayer : public base::RefCounted<AnimationPlayer> {
|
|
|
| bool TransformAnimationBoundsForBox(const gfx::BoxF& box,
|
| gfx::BoxF* bounds) const;
|
| - bool HasAnimationThatAffectsScale() const;
|
| bool HasOnlyTranslationTransforms(ElementListType list_type) const;
|
| bool AnimationsPreserveAxisAlignment() const;
|
|
|
|
|