| Index: cc/test/pixel_test_software_output_device.h
|
| diff --git a/cc/test/pixel_test_software_output_device.h b/cc/test/pixel_test_software_output_device.h
|
| index 7c1dae698b879c6a8554e68f347fd6d067b1a722..fd8f4b0ca8a085c19cabcfd9b0360e1b177621d9 100644
|
| --- a/cc/test/pixel_test_software_output_device.h
|
| +++ b/cc/test/pixel_test_software_output_device.h
|
| @@ -11,7 +11,7 @@ namespace cc {
|
|
|
| class PixelTestSoftwareOutputDevice : public SoftwareOutputDevice {
|
| public:
|
| - virtual void Resize(const gfx::Size& size) OVERRIDE;
|
| + virtual void Resize(const gfx::Size& pixel_size, float scale_factor) OVERRIDE;
|
|
|
| void set_surface_expansion_size(const gfx::Size& surface_expansion_size) {
|
| surface_expansion_size_ = surface_expansion_size;
|
|
|