| 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 3d4b4c86ee81d18bde363883fbdb2364ab1a3b23..f7c77f681fcd707e41bf572b529251c444e33a69 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -362,6 +362,8 @@ class CORE_EXPORT HTMLMediaElement
|
|
|
| bool isInteractiveContent() const final;
|
|
|
| + void defaultEventHandler(Event*) override;
|
| +
|
| // SuspendableObject functions.
|
| void contextDestroyed(ExecutionContext*) override;
|
|
|
|
|