| 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
|
|
|