Index: content/renderer/gpu/compositor_software_output_device.cc |
diff --git a/content/renderer/gpu/compositor_software_output_device.cc b/content/renderer/gpu/compositor_software_output_device.cc |
index e400060660ff3a1623de759ba265c92c3e767bc7..e93367c85e9217a23205198c385f7d2f6eb594e8 100644 |
--- a/content/renderer/gpu/compositor_software_output_device.cc |
+++ b/content/renderer/gpu/compositor_software_output_device.cc |
@@ -97,7 +97,7 @@ size_t CompositorSoftwareOutputDevice::FindFreeBuffer(size_t hint) { |
return buffers_.size() - 1; |
} |
-void CompositorSoftwareOutputDevice::Resize(gfx::Size viewport_size) { |
+void CompositorSoftwareOutputDevice::Resize(const gfx::Size& viewport_size) { |
DCHECK(CalledOnValidThread()); |
if (viewport_size_ == viewport_size) |