Chromium Code Reviews| 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 d1dee6a8bbed9c15fd6bad2e760afeec65bf6136..cd5a2f05d1f5b8a3d36f8089ac3bac0354e36c8f 100644 |
| --- a/ppapi/cpp/dev/video_decoder_dev.h |
| +++ b/ppapi/cpp/dev/video_decoder_dev.h |
| @@ -28,14 +28,13 @@ class VideoDecoder_Dev : public Resource { |
| // |
| // Parameters: |
| // |instance| is the pointer to the plug-in instance. |
|
vrk (LEFT CHROMIUM)
2011/07/29 18:11:02
document added params?
Ami GONE FROM CHROMIUM
2011/07/29 18:20:41
Actually removed existing doco in favor of pointer
|
| - explicit VideoDecoder_Dev(const Instance& instance); |
| + explicit VideoDecoder_Dev(const Instance& instance, |
| + const Context3D_Dev& context, |
| + const PP_VideoConfigElement* config); |
| explicit VideoDecoder_Dev(PP_Resource resource); |
| virtual ~VideoDecoder_Dev(); |
| // PPB_VideoDecoder_Dev implementation. |
| - int32_t Initialize(const PP_VideoConfigElement* config, |
| - const Context3D_Dev& context, |
| - CompletionCallback callback); |
| void AssignPictureBuffers(const std::vector<PP_PictureBuffer_Dev>& buffers); |
| int32_t Decode(const PP_VideoBitstreamBuffer_Dev& bitstream_buffer, |
| CompletionCallback callback); |