Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Unified Diff: Source/WebCore/platform/graphics/MediaPlayerPrivate.h

Issue 13674022: Remove MEDIA_SOURCE feature define. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@blink-master
Patch Set: Rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }
« no previous file with comments | « Source/WebCore/platform/graphics/MediaPlayer.cpp ('k') | Source/WebCore/platform/graphics/MediaSourcePrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698