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

Unified Diff: content/renderer/media/android/webmediaplayer_android.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/media/android/webmediaplayer_android.h
diff --git a/content/renderer/media/android/webmediaplayer_android.h b/content/renderer/media/android/webmediaplayer_android.h
index e753a47d15ad81c80eb138242cf1c31eeb390eba..91df4e7649a254de93fe95849f65f9145f3d7345 100644
--- a/content/renderer/media/android/webmediaplayer_android.h
+++ b/content/renderer/media/android/webmediaplayer_android.h
@@ -105,7 +105,7 @@ class WebMediaPlayerAndroid
// Resource loading.
void load(LoadType load_type,
- const blink::WebURL& url,
+ const blink::WebMediaElementSource& source,
CORSMode cors_mode) override;
// Playback controls.

Powered by Google App Engine
This is Rietveld 408576698