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

Unified Diff: media/cdm/ppapi/external_clear_key/cdm_video_decoder.h

Issue 2279593004: Delete gyp files from media/ (Closed)
Patch Set: Created 4 years, 4 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/cdm/ppapi/BUILD.gn ('k') | media/cdm/ppapi/ppapi_cdm_adapter.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/external_clear_key/cdm_video_decoder.h
diff --git a/media/cdm/ppapi/external_clear_key/cdm_video_decoder.h b/media/cdm/ppapi/external_clear_key/cdm_video_decoder.h
index 7ca88724aaca77686152fb7f34bf58a9011c36b7..9ba5648c0ba2cb93fb8c150451b3e7962df0876f 100644
--- a/media/cdm/ppapi/external_clear_key/cdm_video_decoder.h
+++ b/media/cdm/ppapi/external_clear_key/cdm_video_decoder.h
@@ -35,9 +35,9 @@ class CdmVideoDecoder {
cdm::VideoFrame* decoded_frame) = 0;
};
-// Initializes appropriate video decoder based on GYP flags and the value of
-// |config.codec|. Returns a scoped_ptr containing a non-null initialized
-// CdmVideoDecoder* upon success.
+// Initializes the appropriate video decoder based on build flags and the value
+// of |config.codec|. Returns a scoped_ptr containing a non-null initialized
+// CdmVideoDecoder pointer upon success.
std::unique_ptr<CdmVideoDecoder> CreateVideoDecoder(
ClearKeyCdmHost* host,
const cdm::VideoDecoderConfig& config);
« no previous file with comments | « media/cdm/ppapi/BUILD.gn ('k') | media/cdm/ppapi/ppapi_cdm_adapter.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698