Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h

Issue 2592443002: Media Controls: use events to enter/exit fullscreen. (Closed)
Patch Set: rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698