| Index: media/gpu/v4l2_video_encode_accelerator.h
|
| diff --git a/media/gpu/v4l2_video_encode_accelerator.h b/media/gpu/v4l2_video_encode_accelerator.h
|
| index f31fdcaa758c362718371631ebcaf5f68df90527..1a7b637a8f7b6c7dbc37276a6da01f60d375031e 100644
|
| --- a/media/gpu/v4l2_video_encode_accelerator.h
|
| +++ b/media/gpu/v4l2_video_encode_accelerator.h
|
| @@ -219,6 +219,7 @@ class MEDIA_GPU_EXPORT V4L2VideoEncodeAccelerator
|
| const scoped_refptr<base::SingleThreadTaskRunner> child_task_runner_;
|
|
|
| gfx::Size visible_size_;
|
| + gfx::Size input_coded_size_;
|
| // Input allocated size required by the device.
|
| gfx::Size input_allocated_size_;
|
| size_t output_buffer_byte_size_;
|
|
|