| Index: content/browser/compositor/software_output_device_win.h
|
| diff --git a/content/browser/compositor/software_output_device_win.h b/content/browser/compositor/software_output_device_win.h
|
| index 00b238cc4572d53a2809105cdee1d505971e95dc..436273213baedbede6c2261a83a6b5af6b12a383 100644
|
| --- a/content/browser/compositor/software_output_device_win.h
|
| +++ b/content/browser/compositor/software_output_device_win.h
|
| @@ -25,7 +25,7 @@
|
| explicit SoftwareOutputDeviceWin(ui::Compositor* compositor);
|
| virtual ~SoftwareOutputDeviceWin();
|
|
|
| - virtual void Resize(const gfx::Size& viewport_size) OVERRIDE;
|
| + virtual void Resize(gfx::Size viewport_size) OVERRIDE;
|
| virtual SkCanvas* BeginPaint(const gfx::Rect& damage_rect) OVERRIDE;
|
| virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE;
|
| virtual void CopyToBitmap(const gfx::Rect& rect, SkBitmap* output) OVERRIDE;
|
|
|