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

Unified Diff: Source/core/html/shadow/MediaControls.h

Issue 914043002: Tap on the video element toggles controls visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased, process mouse only for non-synthetic events. Created 5 years, 10 months 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: Source/core/html/shadow/MediaControls.h
diff --git a/Source/core/html/shadow/MediaControls.h b/Source/core/html/shadow/MediaControls.h
index b9a87e53a06298cc20070248cf7c09fa20c74876..5d854331d7728f930fc8ee5b150d1cb753648f27 100644
--- a/Source/core/html/shadow/MediaControls.h
+++ b/Source/core/html/shadow/MediaControls.h
@@ -59,6 +59,7 @@ public:
void changedClosedCaptionsVisibility();
void refreshClosedCaptionsButtonVisibility();
void textTracksChanged();
+ void timelineKnobDragged();
void enteredFullscreen();
void exitedFullscreen();
@@ -111,6 +112,8 @@ private:
virtual void defaultEventHandler(Event*) override;
bool containsRelatedTarget(Event*);
+ bool isInactiveElement(Node*) const;
+
RawPtrWillBeMember<HTMLMediaElement> m_mediaElement;
// Container for the media control elements.

Powered by Google App Engine
This is Rietveld 408576698