Index: ppapi/c/dev/ppb_video_decoder_dev.h |
diff --git a/ppapi/c/dev/ppb_video_decoder_dev.h b/ppapi/c/dev/ppb_video_decoder_dev.h |
index cf188d20a4693586383d4716068f6bad3b24ca61..5a3417e2e176a374770e4e80d677a20098092532 100644 |
--- a/ppapi/c/dev/ppb_video_decoder_dev.h |
+++ b/ppapi/c/dev/ppb_video_decoder_dev.h |
@@ -38,6 +38,8 @@ struct PPB_VideoDecoder_Dev { |
// |decoder_config| the configuration to use to initialize the decoder. |
// |
// The created decoder is returned as PP_Resource. 0 means failure. |
+ // TODO(fischman/vrk): Get rid of silly PP_VideoConfigElement* vector in favor |
+ // of config struct. |
PP_Resource (*Create)(PP_Instance instance, |
PP_Resource context, |
const PP_VideoConfigElement* decoder_config); |