| Index: media/filters/vpx_video_decoder.h
|
| diff --git a/media/filters/vpx_video_decoder.h b/media/filters/vpx_video_decoder.h
|
| index f206f7cc0f95a619e62ab5895d49b9f0ca3ecdc7..293f10131cdcc0be4c4cf7be31ce8cae1e5772d1 100644
|
| --- a/media/filters/vpx_video_decoder.h
|
| +++ b/media/filters/vpx_video_decoder.h
|
| @@ -81,10 +81,6 @@
|
| 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);
|
|
|