| Index: cc/output/software_output_device.h
|
| diff --git a/cc/output/software_output_device.h b/cc/output/software_output_device.h
|
| index 827210e6d0e35019427ddaabf1eb1306abea8d50..e203902f2e2c8ff58a3f07ef8b2b7e7aa12b5b3e 100644
|
| --- a/cc/output/software_output_device.h
|
| +++ b/cc/output/software_output_device.h
|
| @@ -36,7 +36,7 @@
|
| // Discards any pre-existing backing buffers and allocates memory for a
|
| // software device of |size|. This must be called before the
|
| // |SoftwareOutputDevice| can be used in other ways.
|
| - virtual void Resize(const gfx::Size& size);
|
| + virtual void Resize(gfx::Size size);
|
|
|
| // Called on BeginDrawingFrame. The compositor will draw into the returned
|
| // SkCanvas. The |SoftwareOutputDevice| implementation needs to provide a
|
|
|