Index: Source/core/html/MediaControllerInterface.h |
diff --git a/Source/core/html/MediaControllerInterface.h b/Source/core/html/MediaControllerInterface.h |
index 81f48e5e94be4a116d5f9069cfc2d4eaa1407f0e..ca9deaee2f848b3a215f0317d390251d1aec5e03 100644 |
--- a/Source/core/html/MediaControllerInterface.h |
+++ b/Source/core/html/MediaControllerInterface.h |
@@ -62,9 +62,6 @@ public: |
virtual bool muted() const = 0; |
virtual void setMuted(bool) = 0; |
- enum ReadyState { HAVE_NOTHING, HAVE_METADATA, HAVE_CURRENT_DATA, HAVE_FUTURE_DATA, HAVE_ENOUGH_DATA }; |
- virtual ReadyState readyState() const = 0; |
- |
// MediaControlElements: |
virtual bool isFullscreen() const = 0; |
virtual void enterFullscreen() = 0; |