| Index: cc/resources/video_resource_updater.cc
|
| diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc
|
| index 54e4a5cd3d4603278b6926c2a2711a4c075a0cae..bae746816d03ac514e7c1081007792e3af489e28 100644
|
| --- a/cc/resources/video_resource_updater.cc
|
| +++ b/cc/resources/video_resource_updater.cc
|
| @@ -89,7 +89,7 @@
|
| // each plane in the frame.
|
| static gfx::Size SoftwarePlaneDimension(
|
| media::VideoFrame::Format input_frame_format,
|
| - const gfx::Size& coded_size,
|
| + gfx::Size coded_size,
|
| ResourceFormat output_resource_format,
|
| int plane_index) {
|
| if (output_resource_format == kYUVResourceFormat) {
|
|
|