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

Unified Diff: components/html_viewer/html_frame.cc

Issue 1585163002: Media Session: prepare for implicit activation of user created session (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Be clearer about session being a media_session Created 4 years, 11 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: components/html_viewer/html_frame.cc
diff --git a/components/html_viewer/html_frame.cc b/components/html_viewer/html_frame.cc
index 22f3ca9836ce93fe456cc20806c4b248bf7bdce3..5cf6e2d1ce1e4c888655dae8a5c5c8a36584696b 100644
--- a/components/html_viewer/html_frame.cc
+++ b/components/html_viewer/html_frame.cc
@@ -315,7 +315,8 @@ blink::WebMediaPlayer* HTMLFrame::createMediaPlayer(
blink::WebMediaPlayerClient* client,
blink::WebMediaPlayerEncryptedMediaClient* encrypted_client,
blink::WebContentDecryptionModule* initial_cdm,
- const blink::WebString& sink_id) {
+ const blink::WebString& sink_id,
+ blink::WebMediaSession*) {
jochen (gone - plz use gerrit) 2016/01/25 11:34:54 same here
return global_state()->media_factory()->CreateMediaPlayer(
frame, url, client, encrypted_client, initial_cdm, GetApp()->shell());
}

Powered by Google App Engine
This is Rietveld 408576698