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

Unified Diff: third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp

Issue 2813103006: Media Controls: move last buttons to modules/. (Closed)
Patch Set: Created 3 years, 8 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/modules/media_controls/MediaControlsWindowEventListener.cpp
diff --git a/third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp b/third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp
index f8c2506c6ae9f9894c7edf2fa4727d6f8b7ec9bf..23ec9772bc595b6f9ce7fa7e36df2dddbf4f4d97 100644
--- a/third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp
+++ b/third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp
@@ -8,6 +8,7 @@
#include "core/frame/LocalDOMWindow.h"
#include "core/html/shadow/MediaControlElements.h"
#include "modules/media_controls/MediaControlsImpl.h"
+#include "modules/media_controls/elements/MediaControlCastButtonElement.h"
#include "modules/media_controls/elements/MediaControlPanelElement.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698