| Index: media/filters/vpx_video_decoder.h
|
| diff --git a/media/filters/vpx_video_decoder.h b/media/filters/vpx_video_decoder.h
|
| index cc02e89aad0b57027818b3f1702c8f8d5e9f2669..bd04e4bc7c89f0f6788a0cb131c97e07e3699a2f 100644
|
| --- a/media/filters/vpx_video_decoder.h
|
| +++ b/media/filters/vpx_video_decoder.h
|
| @@ -81,6 +81,10 @@ class MEDIA_EXPORT VpxVideoDecoder : public VideoDecoder {
|
| vpx_codec_ctx* vpx_codec_;
|
| vpx_codec_ctx* vpx_codec_alpha_;
|
|
|
| + // Memory pool used for VP9 decoding.
|
| + class MemoryPool;
|
| + scoped_refptr<MemoryPool> memory_pool_;
|
| +
|
| VideoFramePool frame_pool_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(VpxVideoDecoder);
|
|
|