| Index: content/renderer/pepper/video_decoder_shim.h
|
| diff --git a/content/renderer/pepper/video_decoder_shim.h b/content/renderer/pepper/video_decoder_shim.h
|
| index 0d71d4b16a2e2e8bc6ba90a34aa5266aa5341ef8..9f5a9b0c96347143065382937cc2d0c3e1e6d5f7 100644
|
| --- a/content/renderer/pepper/video_decoder_shim.h
|
| +++ b/content/renderer/pepper/video_decoder_shim.h
|
| @@ -47,7 +47,7 @@ class PepperVideoDecoderHost;
|
| // thread.
|
| class VideoDecoderShim : public media::VideoDecodeAccelerator {
|
| public:
|
| - explicit VideoDecoderShim(PepperVideoDecoderHost* host);
|
| + VideoDecoderShim(PepperVideoDecoderHost* host, uint32_t texture_pool_size);
|
| ~VideoDecoderShim() override;
|
|
|
| // media::VideoDecodeAccelerator implementation.
|
| @@ -74,7 +74,7 @@ class VideoDecoderShim : public media::VideoDecodeAccelerator {
|
| class DecoderImpl;
|
| class YUVConverter;
|
|
|
| - void OnInitializeComplete(int32_t result, uint32_t texture_pool_size);
|
| + void OnInitializeComplete(int32_t result);
|
| void OnDecodeComplete(int32_t result, uint32_t decode_id);
|
| void OnOutputComplete(scoped_ptr<PendingFrame> frame);
|
| void SendPictures();
|
|
|