| Index: content/common/gpu/media/gpu_video_encode_accelerator.cc
|
| diff --git a/content/common/gpu/media/gpu_video_encode_accelerator.cc b/content/common/gpu/media/gpu_video_encode_accelerator.cc
|
| index 4beacb0c3b4dca123a28b34dcacfa6c9db0c225e..601404a29ecb31706cc63c1dd03fbaff41d7dba6 100644
|
| --- a/content/common/gpu/media/gpu_video_encode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_encode_accelerator.cc
|
| @@ -161,7 +161,7 @@ void GpuVideoEncodeAccelerator::OnEncode(int32 frame_id,
|
| }
|
|
|
| scoped_refptr<media::VideoFrame> frame =
|
| - media::VideoFrame::WrapExternalSharedMemory(
|
| + media::VideoFrame::WrapExternalPackedMemory(
|
| input_format_,
|
| input_coded_size_,
|
| gfx::Rect(input_visible_size_),
|
|
|