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

Unified Diff: media/base/cdm_context.cc

Issue 2406483002: WIP - Add EME (Closed)
Patch Set: Addressed miu's comments. Added more tests. Created 4 years, 2 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 | « media/base/cdm_context.h ('k') | media/remoting/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/cdm_context.cc
diff --git a/media/base/cdm_context.cc b/media/base/cdm_context.cc
index 4ad61e0af2edbc34906dca9de3ebd89d8d0eeb36..2b8d3d819e5cf6ee8b06ed72ca71b9fbf16324fe 100644
--- a/media/base/cdm_context.cc
+++ b/media/base/cdm_context.cc
@@ -14,4 +14,8 @@ CdmContext::~CdmContext() {}
void IgnoreCdmAttached(bool /* success */) {}
+void* CdmContext::GetClassIdentifier() const {
+ return nullptr;
+}
+
} // namespace media
« no previous file with comments | « media/base/cdm_context.h ('k') | media/remoting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698