| Index: content/common/gpu/media/android_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.cc b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| index 1398f11a8409d6d470fced1c0afeb98a0759b50f..f72e1b257d77c8bc9f5c243ab2f1e34d5faad042 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -364,10 +364,9 @@
|
|
|
| base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| - base::Bind(
|
| - &AndroidVideoDecodeAccelerator::NotifyPictureReady,
|
| - weak_this_factory_.GetWeakPtr(),
|
| - media::Picture(picture_buffer_id, bitstream_id, gfx::Rect(size_))));
|
| + base::Bind(&AndroidVideoDecodeAccelerator::NotifyPictureReady,
|
| + weak_this_factory_.GetWeakPtr(),
|
| + media::Picture(picture_buffer_id, bitstream_id)));
|
| }
|
|
|
| void AndroidVideoDecodeAccelerator::Decode(
|
|
|