| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h
|
| index 915bbcaae403dc4e624ac6fc69e4dc4f685cda77..ba94c8871d47bc621739e93327cecec857f5a71a 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h
|
| @@ -44,7 +44,7 @@ public:
|
| {
|
| return adoptRef(new AnimatableClipPathOperation(operation));
|
| }
|
| - ClipPathOperation* clipPathOperation() const { return m_operation.get(); }
|
| + ClipPathOperation* getClipPathOperation() const { return m_operation.get(); }
|
|
|
| protected:
|
| PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
|
|