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

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: 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 18234b7c5f29d6588a82cb054c211926062defd1..dd2b2c3fc67f3e99dfb17ac27e914f6c002bab6c 100644
--- a/Source/core/html/shadow/MediaControls.h
+++ b/Source/core/html/shadow/MediaControls.h
@@ -110,6 +110,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