| 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 a8d986c1203e4e823aeb7eed2cee2d354ef1a300..d4f0b883d06402f1c45c98050a64ad52ca56ab4b 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(const gfx::Size& size) {
 | 
| +void PixelTestSoftwareOutputDevice::Resize(gfx::Size size) {
 | 
|    gfx::Size expanded_size(size.width() + surface_expansion_size_.width(),
 | 
|                            size.height() + surface_expansion_size_.height());
 | 
|    SoftwareOutputDevice::Resize(expanded_size);
 | 
| 
 |