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

Unified Diff: third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h

Issue 2830653002: Media Controls: move volume slider 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/MediaControlsImpl.h
diff --git a/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h b/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
index 562f668dfcf95f355e9054c8fd22fd4631a63c8c..b14b75ee7393b94fa1cd53d1c624dcd056cf169d 100644
--- a/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
+++ b/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h
@@ -29,7 +29,6 @@
#include "core/html/HTMLDivElement.h"
#include "core/html/media/MediaControls.h"
-#include "core/html/shadow/MediaControlElements.h"
#include "modules/ModulesExport.h"
namespace blink {
@@ -54,6 +53,7 @@ class MediaControlRemainingTimeDisplayElement;
class MediaControlTextTrackListElement;
class MediaControlTimelineElement;
class MediaControlToggleClosedCaptionsButtonElement;
+class MediaControlVolumeSliderElement;
class ShadowRoot;
// Default implementation of the core/ MediaControls interface used by

Powered by Google App Engine
This is Rietveld 408576698