| Index: Source/core/html/MediaControllerInterface.h
|
| diff --git a/Source/core/html/MediaControllerInterface.h b/Source/core/html/MediaControllerInterface.h
|
| index bc438899262c505065f952ad75963c550a2006ee..d7f116c128d37e5c11718e71ab52c4793a870e0d 100644
|
| --- a/Source/core/html/MediaControllerInterface.h
|
| +++ b/Source/core/html/MediaControllerInterface.h
|
| @@ -49,10 +49,7 @@ public:
|
| virtual bool muted() const = 0;
|
| virtual void setMuted(bool) = 0;
|
|
|
| - virtual void enterFullscreen() = 0;
|
| -
|
| virtual bool hasAudio() const = 0;
|
| - virtual bool hasVideo() const = 0;
|
|
|
| virtual void beginScrubbing() = 0;
|
| virtual void endScrubbing() = 0;
|
|
|