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

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

Issue 14619016: Add WebKit prefix to MediaSource,SourceBuffer, and SourceBufferList objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 7 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
« no previous file with comments | « Source/core/platform/graphics/MediaPlayer.cpp ('k') | Source/modules/mediasource/MediaSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/MediaPlayerPrivate.h
diff --git a/Source/core/platform/graphics/MediaPlayerPrivate.h b/Source/core/platform/graphics/MediaPlayerPrivate.h
index 4afdc1b5854979b3624fad67d18eaed54ac4b64f..99954e6ef462f2e6aa9396d3c07620f19c9e911d 100644
--- a/Source/core/platform/graphics/MediaPlayerPrivate.h
+++ b/Source/core/platform/graphics/MediaPlayerPrivate.h
@@ -43,7 +43,7 @@ public:
virtual ~MediaPlayerPrivateInterface() { }
virtual void load(const String& url) = 0;
- virtual void load(const String& url, PassRefPtr<MediaSource>) = 0;
+ virtual void load(const String& url, PassRefPtr<WebKitMediaSource>) = 0;
virtual void cancelLoad() = 0;
virtual void prepareToPlay() { }
« no previous file with comments | « Source/core/platform/graphics/MediaPlayer.cpp ('k') | Source/modules/mediasource/MediaSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698