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

Unified Diff: media/base/mock_filters.cc

Issue 1423163004: media: Replace DecryptorReadyCB with CdmReadyCB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 5 years, 1 month 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/mock_filters.h ('k') | media/base/video_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mock_filters.cc
diff --git a/media/base/mock_filters.cc b/media/base/mock_filters.cc
index f9fd4b513d5000e02facf0fed5dc4827eea25e61..98c23be9bf015c4e2795f9a2fa2bda711b9a427d 100644
--- a/media/base/mock_filters.cc
+++ b/media/base/mock_filters.cc
@@ -108,4 +108,12 @@ MockDecryptor::MockDecryptor() {}
MockDecryptor::~MockDecryptor() {}
+MockCdmContext::MockCdmContext() {}
+
+MockCdmContext::~MockCdmContext() {}
+
+int MockCdmContext::GetCdmId() const {
+ return CdmContext::kInvalidCdmId;
+}
+
} // namespace media
« no previous file with comments | « media/base/mock_filters.h ('k') | media/base/video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698