Index: media/gpu/vaapi_video_decode_accelerator.h |
diff --git a/media/gpu/vaapi_video_decode_accelerator.h b/media/gpu/vaapi_video_decode_accelerator.h |
index 241c002d9c5aa9230d019bbe54e36f95814e01bf..da34d1dea3e01cbb91fd32fa5c56d9b946f72927 100644 |
--- a/media/gpu/vaapi_video_decode_accelerator.h |
+++ b/media/gpu/vaapi_video_decode_accelerator.h |
@@ -149,6 +149,7 @@ class MEDIA_GPU_EXPORT VaapiVideoDecodeAccelerator |
// surface and passes the resulting picture to client for output. |
void OutputPicture(const scoped_refptr<VASurface>& va_surface, |
int32_t input_id, |
+ gfx::Rect visible_rect, |
Pawel Osciak
2017/06/16 07:14:01
Please update documentation.
johnylin1
2017/06/16 08:15:10
Done.
|
VaapiPicture* picture); |
// Try to OutputPicture() if we have both a ready surface and picture. |