Index: Source/core/platform/graphics/MediaPlayer.cpp |
diff --git a/Source/core/platform/graphics/MediaPlayer.cpp b/Source/core/platform/graphics/MediaPlayer.cpp |
index 1d15d771cb366d8d399d4ce3aacfe57634384c83..4b2acf070cf16b33726649d18dd2c459bb987eb5 100644 |
--- a/Source/core/platform/graphics/MediaPlayer.cpp |
+++ b/Source/core/platform/graphics/MediaPlayer.cpp |
@@ -854,16 +854,4 @@ void MediaPlayer::setTextTrackRepresentation(TextTrackRepresentation* representa |
m_private->setTextTrackRepresentation(representation); |
} |
-#if USE(PLATFORM_TEXT_TRACK_MENU) |
-bool MediaPlayer::implementsTextTrackControls() const |
-{ |
- return m_private->implementsTextTrackControls(); |
-} |
- |
-PassRefPtr<PlatformTextTrackMenuInterface> MediaPlayer::textTrackMenu() |
-{ |
- return m_private->textTrackMenu(); |
-} |
-#endif // USE(PLATFORM_TEXT_TRACK_MENU) |
- |
} |