| Index: third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h b/third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h
|
| index 016c70352b66b99846ccda318156a3ed667f9718..cd88cb44e0ed098afd5ae863da541460cb305169 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h
|
| @@ -9,6 +9,7 @@
|
|
|
| namespace blink {
|
|
|
| +class HTMLMediaElement;
|
| class MediaControls;
|
|
|
| class MediaControlsMediaEventListener final : public EventListener {
|
| @@ -20,6 +21,8 @@ class MediaControlsMediaEventListener final : public EventListener {
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| + HTMLMediaElement& mediaElement();
|
| +
|
| void handleEvent(ExecutionContext*, Event*) override;
|
|
|
| Member<MediaControls> m_mediaControls;
|
|
|