Index: Source/web/WebMediaPlayerClientImpl.cpp |
diff --git a/Source/web/WebMediaPlayerClientImpl.cpp b/Source/web/WebMediaPlayerClientImpl.cpp |
index a5a4f1f323d7dcae0ca19181c8ab0d30a96a7fc3..d6c86149a983df26be0d86e9de9b6d69f41fd29d 100644 |
--- a/Source/web/WebMediaPlayerClientImpl.cpp |
+++ b/Source/web/WebMediaPlayerClientImpl.cpp |
@@ -258,13 +258,6 @@ void WebMediaPlayerClientImpl::setPoster(const KURL& poster) |
m_webMediaPlayer->setPoster(WebURL(poster)); |
} |
-MediaPlayer::NetworkState WebMediaPlayerClientImpl::networkState() const |
-{ |
- if (m_webMediaPlayer) |
- return static_cast<MediaPlayer::NetworkState>(m_webMediaPlayer->networkState()); |
- return MediaPlayer::Empty; |
-} |
- |
void WebMediaPlayerClientImpl::paint(GraphicsContext* context, const IntRect& rect) |
{ |
// Normally GraphicsContext operations do nothing when painting is disabled. |