Chromium Code Reviews| Index: content/common/gpu/media/vaapi_video_decode_accelerator.cc |
| diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.cc b/content/common/gpu/media/vaapi_video_decode_accelerator.cc |
| index 147ac53e71e66fcb2917d1b5784ee5f37232f048..0acacaeff8d5b3b2be9f26311c4255a0de14d67d 100644 |
| --- a/content/common/gpu/media/vaapi_video_decode_accelerator.cc |
| +++ b/content/common/gpu/media/vaapi_video_decode_accelerator.cc |
| @@ -409,8 +409,7 @@ void VaapiVideoDecodeAccelerator::OutputPicture( |
| // (crbug.com/402760). Passing (0, 0) results in the client using the |
| // visible size extracted from the container instead. |
| if (client_) |
| - client_->PictureReady(media::Picture(output_id, input_id, |
| - gfx::Rect(0, 0), |
| + client_->PictureReady(media::Picture(output_id, input_id, gfx::Rect(0, 0), |
|
liberato (no reviews please)
2016/03/09 15:32:06
perhaps remove this file from the CL.
chcunningham
2016/03/09 20:25:09
Done.
|
| picture->AllowOverlay())); |
| } |