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

Unified Diff: media/blink/webcontentdecryptionmodule_impl.h

Issue 2568463003: media: Rename MediaKeys to ContentDecryptionModule (Closed)
Patch Set: comments addressed Created 4 years 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 | « media/blink/cdm_session_adapter.cc ('k') | media/blink/webcontentdecryptionmodule_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webcontentdecryptionmodule_impl.h
diff --git a/media/blink/webcontentdecryptionmodule_impl.h b/media/blink/webcontentdecryptionmodule_impl.h
index c6669d46d910c939076983d50c85fa1e9b203e28..1c24c36d2f9f78d91010876cd277018f409b3d6c 100644
--- a/media/blink/webcontentdecryptionmodule_impl.h
+++ b/media/blink/webcontentdecryptionmodule_impl.h
@@ -26,7 +26,7 @@ namespace media {
struct CdmConfig;
class CdmFactory;
class CdmSessionAdapter;
-class MediaKeys;
+class ContentDecryptionModule;
class MEDIA_BLINK_EXPORT WebContentDecryptionModuleImpl
: public blink::WebContentDecryptionModule {
@@ -49,7 +49,7 @@ class MEDIA_BLINK_EXPORT WebContentDecryptionModuleImpl
blink::WebContentDecryptionModuleResult result) override;
// Returns a reference to the CDM used by |adapter_|.
- scoped_refptr<MediaKeys> GetCdm();
+ scoped_refptr<ContentDecryptionModule> GetCdm();
private:
friend CdmSessionAdapter;
« no previous file with comments | « media/blink/cdm_session_adapter.cc ('k') | media/blink/webcontentdecryptionmodule_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698