Index: Source/core/html/MediaControllerInterface.h |
diff --git a/Source/core/html/MediaControllerInterface.h b/Source/core/html/MediaControllerInterface.h |
index 0c5be824ad577c73d5dc11278340c8d12d6036ee..f47527c0c7d1ab8d28643166fe8e65d482b6dde1 100644 |
--- a/Source/core/html/MediaControllerInterface.h |
+++ b/Source/core/html/MediaControllerInterface.h |
@@ -38,14 +38,6 @@ public: |
virtual double duration() const = 0; |
virtual double currentTime() const = 0; |
virtual void setCurrentTime(double, ExceptionState&) = 0; |
- |
- virtual double volume() const = 0; |
- virtual void setVolume(double, ExceptionState&) = 0; |
- |
- virtual bool muted() const = 0; |
- virtual void setMuted(bool) = 0; |
- |
- virtual bool hasAudio() const = 0; |
}; |
} |