| Index: Source/core/platform/graphics/MediaPlayerPrivate.h | 
| diff --git a/Source/core/platform/graphics/MediaPlayerPrivate.h b/Source/core/platform/graphics/MediaPlayerPrivate.h | 
| index 78f1d7380c61fe304b8180fd61450b6453c5c382..8e8d6d347e1c27fb2179b9ffdba3074f93609872 100644 | 
| --- a/Source/core/platform/graphics/MediaPlayerPrivate.h | 
| +++ b/Source/core/platform/graphics/MediaPlayerPrivate.h | 
| @@ -34,7 +34,6 @@ namespace WebCore { | 
|  | 
| class IntRect; | 
| class IntSize; | 
| -class PlatformTextTrack; | 
|  | 
| class MediaPlayerPrivateInterface { | 
| WTF_MAKE_NONCOPYABLE(MediaPlayerPrivateInterface); WTF_MAKE_FAST_ALLOCATED; | 
| @@ -159,12 +158,6 @@ public: | 
|  | 
| virtual bool requiresTextTrackRepresentation() const { return false; } | 
| virtual void setTextTrackRepresentation(TextTrackRepresentation*) { } | 
| - | 
| -#if USE(PLATFORM_TEXT_TRACK_MENU) | 
| -    virtual bool implementsTextTrackControls() const { return false; } | 
| -    virtual PassRefPtr<PlatformTextTrackMenuInterface> textTrackMenu() { return 0; } | 
| -#endif | 
| - | 
| }; | 
|  | 
| } | 
|  |