| Index: media/filters/vpx_video_decoder.cc
|
| diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc
|
| index c8017264976ef40a491bf98883feffe4e5376e40..e270335504a523131f55f0f05325f98eeb79806d 100644
|
| --- a/media/filters/vpx_video_decoder.cc
|
| +++ b/media/filters/vpx_video_decoder.cc
|
| @@ -342,7 +342,7 @@ void VpxVideoDecoder::CopyVpxImageTo(const vpx_image* vpx_image,
|
|
|
| gfx::Size size(vpx_image->d_w, vpx_image->d_h);
|
|
|
| - *video_frame = VideoFrame::CreateFrame(
|
| + *video_frame = frame_pool_.CreateFrame(
|
| vpx_codec_alpha_ ? VideoFrame::YV12A : VideoFrame::YV12,
|
| size,
|
| gfx::Rect(size),
|
|
|