| Index: Source/core/html/MediaControllerInterface.h
|
| diff --git a/Source/core/html/MediaControllerInterface.h b/Source/core/html/MediaControllerInterface.h
|
| index 9f8f7042f39fbbb3dbe8daf6c97549e2f7682ae8..81f48e5e94be4a116d5f9069cfc2d4eaa1407f0e 100644
|
| --- a/Source/core/html/MediaControllerInterface.h
|
| +++ b/Source/core/html/MediaControllerInterface.h
|
| @@ -66,7 +66,6 @@ public:
|
| virtual ReadyState readyState() const = 0;
|
|
|
| // MediaControlElements:
|
| - virtual bool supportsFullscreen() const = 0;
|
| virtual bool isFullscreen() const = 0;
|
| virtual void enterFullscreen() = 0;
|
|
|
|
|