| 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 1315b4a86b49f4a6070899f9fe340133564c888d..d3395380a5097cbaacbe7bde89fb31eacaeb362e 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& pixel_size, float scale_factor) override;
|
| + 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;
|
|
|