| 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 4c66764984d828e9529f7f5d83b31b3cdd91e620..3d4b4c86ee81d18bde363883fbdb2364ab1a3b23 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -363,7 +363,7 @@ class CORE_EXPORT HTMLMediaElement
|
| bool isInteractiveContent() const final;
|
|
|
| // SuspendableObject functions.
|
| - void contextDestroyed(ExecutionContext*) final;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| virtual void updateDisplayState() {}
|
|
|
| @@ -740,6 +740,7 @@ class CORE_EXPORT HTMLMediaElement
|
| friend class MediaControlsTest;
|
| friend class HTMLMediaElementTest;
|
| friend class HTMLMediaElementEventListenersTest;
|
| + friend class HTMLVideoElement;
|
| friend class HTMLVideoElementTest;
|
| friend class MediaControlsOrientationLockDelegateTest;
|
|
|
|
|