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

Unified Diff: ppapi/cpp/dev/video_decoder_dev.h

Issue 7779001: Replace the use of an int32* with a proper struct for decoder configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 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 | « ppapi/c/dev/ppb_video_decoder_dev.h ('k') | ppapi/cpp/dev/video_decoder_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/video_decoder_dev.h
diff --git a/ppapi/cpp/dev/video_decoder_dev.h b/ppapi/cpp/dev/video_decoder_dev.h
index 504e71332080a05a58c3c5fbd5a7df656ab3ec07..7a40d3c1a08807a197da8691f09d56fa412b9b07 100644
--- a/ppapi/cpp/dev/video_decoder_dev.h
+++ b/ppapi/cpp/dev/video_decoder_dev.h
@@ -27,10 +27,10 @@ class VideoDecoder_Dev : public Resource {
// See PPB_VideoDecoder_Dev::Create.
VideoDecoder_Dev(const Instance& instance,
brettw 2011/08/31 15:45:38 While you're here, can you convert the Instance& t
Ami GONE FROM CHROMIUM 2011/08/31 18:28:34 Done.
const Context3D_Dev& context,
- const PP_VideoConfigElement* config);
+ const PP_VideoDecoderConfig_Dev& config);
VideoDecoder_Dev(const Instance& instance,
const Graphics3D_Dev& context,
- const PP_VideoConfigElement* config);
+ const PP_VideoDecoderConfig_Dev& config);
explicit VideoDecoder_Dev(PP_Resource resource);
virtual ~VideoDecoder_Dev();
« no previous file with comments | « ppapi/c/dev/ppb_video_decoder_dev.h ('k') | ppapi/cpp/dev/video_decoder_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698