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

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayer.h

Issue 1815033003: Add srcObject attribute of type MediaStream to HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix condition Created 4 years, 9 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: third_party/WebKit/public/platform/WebMediaPlayer.h
diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h
index 8e8434e2d7698b6c40da455c5ec71d8d1d78297b..8dde52ca3768020f28df02aceea886f89ea08adf 100644
--- a/third_party/WebKit/public/platform/WebMediaPlayer.h
+++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
@@ -50,6 +50,7 @@ namespace blink {
class WebAudioSourceProvider;
class WebContentDecryptionModule;
+class WebMediaElementSource;
class WebSecurityOrigin;
class WebString;
class WebURL;
@@ -106,7 +107,7 @@ public:
virtual ~WebMediaPlayer() { }
- virtual void load(LoadType, const WebURL&, CORSMode) = 0;
+ virtual void load(LoadType, const WebMediaElementSource&, CORSMode) = 0;
// Playback controls.
virtual void play() = 0;

Powered by Google App Engine
This is Rietveld 408576698