| Index: content/renderer/gpu/compositor_software_output_device.h
 | 
| diff --git a/content/renderer/gpu/compositor_software_output_device.h b/content/renderer/gpu/compositor_software_output_device.h
 | 
| index c04f4f1b94e3f3900cd477fe8901d4c47a5398dc..5804bafd07623700d10dc0b7a83bbb80add3ffe9 100644
 | 
| --- a/content/renderer/gpu/compositor_software_output_device.h
 | 
| +++ b/content/renderer/gpu/compositor_software_output_device.h
 | 
| @@ -26,7 +26,7 @@
 | 
|    CompositorSoftwareOutputDevice();
 | 
|    virtual ~CompositorSoftwareOutputDevice();
 | 
|  
 | 
| -  virtual void Resize(const gfx::Size& size) OVERRIDE;
 | 
| +  virtual void Resize(gfx::Size size) OVERRIDE;
 | 
|  
 | 
|    virtual SkCanvas* BeginPaint(const gfx::Rect& damage_rect) OVERRIDE;
 | 
|    virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE;
 | 
| 
 |