Index: Source/core/html/shadow/MediaControlElementTypes.h |
diff --git a/Source/core/html/shadow/MediaControlElementTypes.h b/Source/core/html/shadow/MediaControlElementTypes.h |
index 700d84c6757bc6082c8926e4e37f847ab215fd29..d44f5bc89b903b27e18ef0d998c7f1e8a0470833 100644 |
--- a/Source/core/html/shadow/MediaControlElementTypes.h |
+++ b/Source/core/html/shadow/MediaControlElementTypes.h |
@@ -127,37 +127,6 @@ private: |
double m_currentValue; |
}; |
-// ---------------------------- |
- |
-class MediaControlMuteButtonElement : public MediaControlInputElement { |
-public: |
- void changedMute(); |
- |
- virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; } |
- |
-protected: |
- explicit MediaControlMuteButtonElement(Document&, MediaControlElementType); |
- |
- virtual void defaultEventHandler(Event*) OVERRIDE; |
- |
-private: |
- virtual void updateDisplayType() OVERRIDE; |
-}; |
- |
-// ---------------------------- |
- |
-class MediaControlVolumeSliderElement : public MediaControlInputElement { |
-public: |
- virtual bool willRespondToMouseMoveEvents() OVERRIDE; |
- virtual bool willRespondToMouseClickEvents() OVERRIDE; |
- void setVolume(double); |
- |
-protected: |
- explicit MediaControlVolumeSliderElement(Document&); |
- |
- virtual void defaultEventHandler(Event*) OVERRIDE; |
-}; |
- |
} // namespace WebCore |
#endif // MediaControlElementTypes_h |