| 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 ff7be2a8ab972b687f148fd3bcd6dca35266bd89..ba29abadcd285efebd69e65036d96fc169a21696 100644
|
| --- a/ppapi/cpp/dev/video_decoder_dev.h
|
| +++ b/ppapi/cpp/dev/video_decoder_dev.h
|
| @@ -54,10 +54,11 @@ class VideoDecoder : public Resource {
|
| // Parameters:
|
| // |instance| is the pointer to the plug-in instance.
|
| // |config| is the configuration on which the decoder should be initialized.
|
| + // |callback| will be called when decoder is initialized.
|
| // |client| is the pointer to the client object. Ownership of the object is
|
| // not transferred and it must outlive the lifetime of this class.
|
| VideoDecoder(const Instance* instance, const std::vector<uint32_t>& config,
|
| - Client* client);
|
| + CompletionCallback callback, Client* client);
|
| ~VideoDecoder();
|
|
|
| // GetConfigs returns supported configurations that are subsets of given
|
|
|