| Index: Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| diff --git a/Source/WebCore/platform/graphics/MediaPlayerPrivate.h b/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| index b79709d5375d59315c669e72d2345d3f42048fbb..a7d49f94b33785a78c912c05a47dd5f8ba936571 100644
|
| --- a/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| +++ b/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| @@ -45,11 +45,9 @@ public:
|
| virtual ~MediaPlayerPrivateInterface() { }
|
|
|
| virtual void load(const String& url) = 0;
|
| -#if ENABLE(MEDIA_SOURCE)
|
| virtual void load(const String& url, PassRefPtr<MediaSource>) = 0;
|
| -#endif
|
| virtual void cancelLoad() = 0;
|
| -
|
| +
|
| virtual void prepareToPlay() { }
|
| virtual PlatformMedia platformMedia() const { return NoPlatformMedia; }
|
| #if USE(ACCELERATED_COMPOSITING)
|
| @@ -57,7 +55,7 @@ public:
|
| #endif
|
|
|
| virtual void play() = 0;
|
| - virtual void pause() = 0;
|
| + virtual void pause() = 0;
|
|
|
| virtual bool supportsFullscreen() const { return false; }
|
| virtual bool supportsSave() const { return false; }
|
|
|