| 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 646349ad451365800356403ab2bb61e3c6a950e7..75bda0ce53edfc5f07fa34a7671aeac24a7d470e 100644
|
| --- a/content/renderer/gpu/compositor_software_output_device.h
|
| +++ b/content/renderer/gpu/compositor_software_output_device.h
|
| @@ -31,7 +31,7 @@ public:
|
| CompositorSoftwareOutputDevice();
|
| virtual ~CompositorSoftwareOutputDevice();
|
|
|
| - virtual void Resize(const gfx::Size& size) OVERRIDE;
|
| + virtual void Resize(const gfx::Size& pixel_size, float scale_factor) OVERRIDE;
|
|
|
| virtual SkCanvas* BeginPaint(const gfx::Rect& damage_rect) OVERRIDE;
|
| virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE;
|
|
|