| Index: Source/core/html/shadow/MediaControlElementTypes.h
|
| diff --git a/Source/core/html/shadow/MediaControlElementTypes.h b/Source/core/html/shadow/MediaControlElementTypes.h
|
| index 511b768db37fec7df3e1adffbd9798a704b80e7e..007e710f8d4a460b0519ac2a599b556705db058c 100644
|
| --- a/Source/core/html/shadow/MediaControlElementTypes.h
|
| +++ b/Source/core/html/shadow/MediaControlElementTypes.h
|
| @@ -37,7 +37,6 @@
|
| namespace WebCore {
|
|
|
| class HTMLMediaElement;
|
| -class MediaControllerInterface;
|
| class MediaControls;
|
|
|
| enum MediaControlElementType {
|
| @@ -85,7 +84,6 @@ protected:
|
|
|
| MediaControls& mediaControls() const { return m_mediaControls; }
|
| HTMLMediaElement& mediaElement() const;
|
| - MediaControllerInterface& mediaControllerInterface() const;
|
|
|
| void setDisplayType(MediaControlElementType);
|
|
|
|
|