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

Unified Diff: Source/core/html/shadow/MediaControlElements.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/MediaControlElements.h
diff --git a/Source/core/html/shadow/MediaControlElements.h b/Source/core/html/shadow/MediaControlElements.h
index 6db1d5882196dcf844d8556400cb0c85c97eb9cb..3ddc8f3ed1362c52743092ab7bf65b1b8236b5b0 100644
--- a/Source/core/html/shadow/MediaControlElements.h
+++ b/Source/core/html/shadow/MediaControlElements.h
@@ -45,6 +45,8 @@ public:
void makeOpaque();
void makeTransparent();
+ bool isOpaque() const { return m_opaque; }
philipj_slow 2015/02/16 10:45:18 What about m_isDisplayed? I assume you want to che
Tima Vaisburd 2015/02/16 20:32:11 Thank you, I did not pay enough attention to this.
philipj_slow 2015/02/17 02:37:24 http://trac.webkit.org/changeset/115125 is where m
+
private:
explicit MediaControlPanelElement(MediaControls&);
« no previous file with comments | « no previous file | Source/core/html/shadow/MediaControlElements.cpp » ('j') | Source/core/html/shadow/MediaControlElements.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698