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

Unified Diff: media/cdm/ppapi/cdm_adapter.h

Issue 93243003: Add CDM FileIO tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: media/cdm/ppapi/cdm_adapter.h
diff --git a/media/cdm/ppapi/cdm_adapter.h b/media/cdm/ppapi/cdm_adapter.h
index 0542c5d4f196e7e6f6d8c83686ebb8bd83ffb988..b4bb785563aad757b62f0f15e529eb609857fe97 100644
--- a/media/cdm/ppapi/cdm_adapter.h
+++ b/media/cdm/ppapi/cdm_adapter.h
@@ -102,6 +102,7 @@ class CdmAdapter : public pp::Instance,
virtual void OnDeferredInitializationDone(
cdm::StreamType stream_type,
cdm::Status decoder_status) OVERRIDE;
+ virtual cdm::CdmFileIO* GetCdmFileIO(cdm::CdmFileIOClient* client) OVERRIDE;
private:
typedef linked_ptr<DecryptedBlockImpl> LinkedDecryptedBlock;

Powered by Google App Engine
This is Rietveld 408576698