| Index: content/browser/compositor/software_output_device_ozone.h
|
| diff --git a/content/browser/compositor/software_output_device_ozone.h b/content/browser/compositor/software_output_device_ozone.h
|
| index 07a617009efd3c7f5da424621281da8044b753f9..74ef6fd086505ab0a19c431bbc5a61f832a9c452 100644
|
| --- a/content/browser/compositor/software_output_device_ozone.h
|
| +++ b/content/browser/compositor/software_output_device_ozone.h
|
| @@ -28,7 +28,8 @@ class CONTENT_EXPORT SoftwareOutputDeviceOzone
|
| explicit SoftwareOutputDeviceOzone(ui::Compositor* compositor);
|
| virtual ~SoftwareOutputDeviceOzone();
|
|
|
| - virtual void Resize(const gfx::Size& viewport_size) OVERRIDE;
|
| + virtual void Resize(const gfx::Size& viewport_pixel_size,
|
| + float scale_factor) OVERRIDE;
|
| virtual SkCanvas* BeginPaint(const gfx::Rect& damage_rect) OVERRIDE;
|
| virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE;
|
|
|
|
|