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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2692903002: Don't show media controls when there is a persistent video. (Closed)
Patch Set: cleanup and tests Created 3 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: third_party/WebKit/Source/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index d3d8cb9ff2129ed1bb357ade23ccad1ae4dbd8a0..5015759d851e0b346e463e4b8a9afed0d8717ede 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -98,6 +98,10 @@ class CORE_EXPORT HTMLMediaElement
// by the page).
static bool mediaTracksEnabledInternally();
+ // Notify the HTMLMediaElement that the media controls settings have changed
+ // for the given document.
+ static void onMediaControlsEnabledChange(Document*);
+
DECLARE_VIRTUAL_TRACE();
DECLARE_VIRTUAL_TRACE_WRAPPERS();

Powered by Google App Engine
This is Rietveld 408576698