Index: cc/test/pixel_test_software_output_device.cc |
diff --git a/cc/test/pixel_test_software_output_device.cc b/cc/test/pixel_test_software_output_device.cc |
index d4f0b883d06402f1c45c98050a64ad52ca56ab4b..a8d986c1203e4e823aeb7eed2cee2d354ef1a300 100644 |
--- a/cc/test/pixel_test_software_output_device.cc |
+++ b/cc/test/pixel_test_software_output_device.cc |
@@ -6,7 +6,7 @@ |
namespace cc { |
-void PixelTestSoftwareOutputDevice::Resize(gfx::Size size) { |
+void PixelTestSoftwareOutputDevice::Resize(const gfx::Size& size) { |
gfx::Size expanded_size(size.width() + surface_expansion_size_.width(), |
size.height() + surface_expansion_size_.height()); |
SoftwareOutputDevice::Resize(expanded_size); |