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