diff options
Diffstat (limited to 'content/renderer/gpu/compositor_software_output_device.h')
-rw-r--r-- | content/renderer/gpu/compositor_software_output_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/gpu/compositor_software_output_device.h b/content/renderer/gpu/compositor_software_output_device.h index 5804baf..c04f4f1 100644 --- a/content/renderer/gpu/compositor_software_output_device.h +++ b/content/renderer/gpu/compositor_software_output_device.h @@ -26,7 +26,7 @@ public: CompositorSoftwareOutputDevice(); virtual ~CompositorSoftwareOutputDevice(); - virtual void Resize(gfx::Size size) OVERRIDE; + virtual void Resize(const gfx::Size& size) OVERRIDE; virtual SkCanvas* BeginPaint(const gfx::Rect& damage_rect) OVERRIDE; virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE; |