| 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 f0929bbc3051a00138769f99604053b2799f0deb..8fbdeb147c987510e6b48a7b7844cab15b78cd82 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -373,10 +373,11 @@
|
| default_matrix);
|
|
|
| base::MessageLoop::current()->PostTask(
|
| - FROM_HERE, base::Bind(&AndroidVideoDecodeAccelerator::NotifyPictureReady,
|
| - weak_this_factory_.GetWeakPtr(),
|
| - media::Picture(picture_buffer_id, bitstream_id,
|
| - gfx::Rect(size_), false)));
|
| + FROM_HERE,
|
| + base::Bind(
|
| + &AndroidVideoDecodeAccelerator::NotifyPictureReady,
|
| + weak_this_factory_.GetWeakPtr(),
|
| + media::Picture(picture_buffer_id, bitstream_id, gfx::Rect(size_))));
|
| }
|
|
|
| void AndroidVideoDecodeAccelerator::Decode(
|
|
|