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

Unified Diff: components/html_viewer/media_factory.h

Issue 1133033003: Eliminate MediaPlayer & MediaPlayerClient abstractions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new path for createMediaPlayer() Created 5 years, 5 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/media_factory.h
diff --git a/components/html_viewer/media_factory.h b/components/html_viewer/media_factory.h
index 75a2e697465860d8f97ccf5dffcd3509ae65d205..83eced49e66d6f195fb9d7b64abae45b3ce4e202 100644
--- a/components/html_viewer/media_factory.h
+++ b/components/html_viewer/media_factory.h
@@ -24,6 +24,7 @@ class WebMediaPlayer;
class WebLocalFrame;
class WebURL;
class WebMediaPlayerClient;
+class WebMediaPlayerEncryptedMediaClient;
}
namespace media {
@@ -55,6 +56,7 @@ class MediaFactory {
blink::WebLocalFrame* frame,
const blink::WebURL& url,
blink::WebMediaPlayerClient* client,
+ blink::WebMediaPlayerEncryptedMediaClient* encrypted_client,
blink::WebContentDecryptionModule* initial_cdm,
mojo::Shell* shell);

Powered by Google App Engine
This is Rietveld 408576698