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

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

Issue 2741933004: [Blink, Media] Added controlsList to HTMLMediaElement (Closed)
Patch Set: Created 3 years, 9 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/shadow/MediaControls.h
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
index c38bf9d2274e3308cb2635cf7166eb671f2ac280..aba1f8388031d89a6e875b965049ec1fdb5781ee 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
@@ -45,6 +45,7 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
HTMLMediaElement& mediaElement() const { return *m_mediaElement; }
void reset();
+ void onControlsListUpdated();
void show();
void hide();

Powered by Google App Engine
This is Rietveld 408576698