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

Unified Diff: content/renderer/render_frame_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: wolenetz comments 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: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 8aa008db3348c34b679157534b5b9a2d7f3ab8f7..05704f3dc826b5222ef891b9d8140667d7ba9c50 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -415,7 +415,7 @@ class CONTENT_EXPORT RenderFrameImpl
const blink::WebPluginParams& params) override;
blink::WebMediaPlayer* createMediaPlayer(
blink::WebMediaPlayer::LoadType load_type,
- const blink::WebURL& url,
+ const blink::WebMediaElementSource& source,
blink::WebMediaPlayerClient* client,
blink::WebMediaPlayerEncryptedMediaClient* encrypted_client,
blink::WebContentDecryptionModule* initial_cdm,

Powered by Google App Engine
This is Rietveld 408576698