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

Unified Diff: media/blink/encrypted_media_player_support.h

Issue 1133033003: Eliminate MediaPlayer & MediaPlayerClient abstractions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed review comments 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/blink/encrypted_media_player_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/encrypted_media_player_support.h
diff --git a/media/blink/encrypted_media_player_support.h b/media/blink/encrypted_media_player_support.h
index 6ddec23d511811b5fa603406b7aacb1c338f4e43..2d09579c61bd600ab9fb284923d05231e0dfba3a 100644
--- a/media/blink/encrypted_media_player_support.h
+++ b/media/blink/encrypted_media_player_support.h
@@ -22,7 +22,7 @@
namespace blink {
class WebContentDecryptionModule;
class WebLocalFrame;
-class WebMediaPlayerClient;
+class WebMediaPlayerEncryptedMediaClient;
class WebString;
}
@@ -41,7 +41,7 @@ class EncryptedMediaPlayerSupport
// |cdm_context_ready_cb| is called when the CDM instance creation completes.
EncryptedMediaPlayerSupport(CdmFactory* cdm_factory,
- blink::WebMediaPlayerClient* client,
+ blink::WebMediaPlayerEncryptedMediaClient* client,
MediaPermission* media_permission,
const CdmContextReadyCB& cdm_context_ready_cb);
~EncryptedMediaPlayerSupport();
@@ -95,7 +95,7 @@ class EncryptedMediaPlayerSupport
CdmFactory* cdm_factory_;
- blink::WebMediaPlayerClient* client_;
+ blink::WebMediaPlayerEncryptedMediaClient* client_;
MediaPermission* media_permission_;
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/blink/encrypted_media_player_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698