| Index: third_party/WebKit/Source/core/animation/Animation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.h b/third_party/WebKit/Source/core/animation/Animation.h
|
| index 402df1adf5216b8d225aca9c793dfeeb4ab10acf..0d88db13b5c0f721804a0b73182c0bae192caae1 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.h
|
| @@ -208,6 +208,7 @@ private:
|
| // WebCompositorAnimationDelegate implementation.
|
| void notifyAnimationStarted(double monotonicTime, int group) override;
|
| void notifyAnimationFinished(double monotonicTime, int group) override { }
|
| + void notifyAnimationAborted(double monotonicTime, int group) override { }
|
|
|
| double startClipInternal() const { return m_startClip; }
|
| double endClipInternal() const { return m_endClip; }
|
|
|