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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 1815033003: Add srcObject attribute of type MediaStream to HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: philipj's comments Created 4 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: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index 06bd1d21b3c08c1ad9749ad8d557533abcf19c3a..d1a82ac7cc252a65835c00b3036b7f6a2c6a2a92 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -96,7 +96,7 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
~WebMediaPlayerImpl() override;
void load(LoadType load_type,
- const blink::WebURL& url,
+ const blink::WebMediaPlayerSource& source,
CORSMode cors_mode) override;
// Playback controls.

Powered by Google App Engine
This is Rietveld 408576698