| Index: cc/output/software_output_device.h
|
| diff --git a/cc/output/software_output_device.h b/cc/output/software_output_device.h
|
| index 109fc90f387e7e353a3dea135c1bab53a18bd87e..4c23b4d16c59a95debb2945979a20198adc3e513 100644
|
| --- a/cc/output/software_output_device.h
|
| +++ b/cc/output/software_output_device.h
|
| @@ -58,7 +58,6 @@ class CC_EXPORT SoftwareOutputDevice {
|
|
|
| protected:
|
| gfx::Size viewport_pixel_size_;
|
| - float scale_factor_;
|
| gfx::Rect damage_rect_;
|
| sk_sp<SkSurface> surface_;
|
| std::unique_ptr<gfx::VSyncProvider> vsync_provider_;
|
|
|