| Index: Source/core/platform/graphics/MediaPlayerPrivate.h
|
| diff --git a/Source/core/platform/graphics/MediaPlayerPrivate.h b/Source/core/platform/graphics/MediaPlayerPrivate.h
|
| index 716b988fb8b6dab4c1d8a8e4ef82564efb15b504..ed877b491ab009fc1efe67b97a52f26166769f48 100644
|
| --- a/Source/core/platform/graphics/MediaPlayerPrivate.h
|
| +++ b/Source/core/platform/graphics/MediaPlayerPrivate.h
|
| @@ -174,9 +174,6 @@ public:
|
| virtual PassRefPtr<PlatformTextTrackMenuInterface> textTrackMenu() { return 0; }
|
| #endif
|
|
|
| -#if USE(GSTREAMER)
|
| - virtual void simulateAudioInterruption() { }
|
| -#endif
|
| };
|
|
|
| }
|
|
|