| Index: third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| diff --git a/third_party/WebKit/Source/web/LinkHighlightImpl.h b/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| index 62fdee2ee50ccf3d00e3a57d8efe9e685c951eb7..d42d8bcf2a4c2ab2adcc37ee5dbef694cfabeecd 100644
|
| --- a/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| +++ b/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| @@ -66,6 +66,7 @@ public:
|
| // WebCompositorAnimationDelegate implementation.
|
| void notifyAnimationStarted(double monotonicTime, int group) override;
|
| void notifyAnimationFinished(double monotonicTime, int group) override;
|
| + void notifyAnimationAborted(double monotonicTime, int group) override { }
|
|
|
| // LinkHighlight implementation.
|
| void invalidate() override;
|
|
|