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

Unified Diff: components/html_viewer/media_factory.h

Issue 1308983005: NOT FOR LANDING Implement WebMediaSession (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add forward declaration 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
« no previous file with comments | « components/html_viewer/html_frame.cc ('k') | components/html_viewer/media_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/media_factory.h
diff --git a/components/html_viewer/media_factory.h b/components/html_viewer/media_factory.h
index dc486f4f3a21a213753a713f0887e29284514de9..bd1fc2c32dd1bb9849eb1ba778f140cd9a84c212 100644
--- a/components/html_viewer/media_factory.h
+++ b/components/html_viewer/media_factory.h
@@ -24,11 +24,12 @@ class SingleThreadTaskRunner;
namespace blink {
class WebContentDecryptionModule;
class WebEncryptedMediaClient;
-class WebMediaPlayer;
class WebLocalFrame;
-class WebURL;
+class WebMediaPlayer;
class WebMediaPlayerClient;
class WebMediaPlayerEncryptedMediaClient;
+class WebMediaSession;
+class WebURL;
}
namespace media {
@@ -63,6 +64,7 @@ class MediaFactory {
blink::WebMediaPlayerClient* client,
blink::WebMediaPlayerEncryptedMediaClient* encrypted_client,
blink::WebContentDecryptionModule* initial_cdm,
+ blink::WebMediaSession* session,
mojo::Shell* shell);
blink::WebEncryptedMediaClient* GetEncryptedMediaClient();
« no previous file with comments | « components/html_viewer/html_frame.cc ('k') | components/html_viewer/media_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698