| 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 d60061dd863e0e6f1b39d32e09d2287c0deadac2..5cfc0539cd8776127dc3f4aa619f55bb4bff24d9 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.h
|
| @@ -184,7 +184,7 @@ public:
|
|
|
| protected:
|
| DispatchEventResult dispatchEventInternal(Event*) override;
|
| - bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) override;
|
| + void addedEventListener(const AtomicString& eventType, RegisteredEventListener&) override;
|
|
|
| private:
|
| Animation(ExecutionContext*, AnimationTimeline&, AnimationEffect*);
|
|
|