| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index d3d8cb9ff2129ed1bb357ade23ccad1ae4dbd8a0..859e360b241afe803bf494541597e97b72c0fc18 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -354,6 +354,8 @@ class CORE_EXPORT HTMLMediaElement
|
|
|
| bool isInteractiveContent() const final;
|
|
|
| + void defaultEventHandler(Event*) override;
|
| +
|
| // SuspendableObject functions.
|
| void contextDestroyed(ExecutionContext*) final;
|
|
|
|
|