| 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 2216f749dfcb5cd4e30d002b049a804053692748..bc4d269c7adaf9a34374cf82b6eef893ac0f8734 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h
|
| @@ -37,19 +37,13 @@
|
|
|
| namespace blink {
|
|
|
| -class CORE_EXPORT AnimatableClipPathOperation final : public AnimatableValue {
|
| +class AnimatableClipPathOperation final : public AnimatableValue {
|
| public:
|
| ~AnimatableClipPathOperation() override {}
|
| static PassRefPtr<AnimatableClipPathOperation> create(
|
| ClipPathOperation* operation) {
|
| return adoptRef(new AnimatableClipPathOperation(operation));
|
| }
|
| - ClipPathOperation* getClipPathOperation() const { return m_operation.get(); }
|
| -
|
| - protected:
|
| - PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*,
|
| - double fraction) const override;
|
| - bool usesDefaultInterpolationWith(const AnimatableValue*) const override;
|
|
|
| private:
|
| AnimatableClipPathOperation(ClipPathOperation* operation)
|
|
|