Index: cc/output/software_output_device.h |
diff --git a/cc/output/software_output_device.h b/cc/output/software_output_device.h |
index e203902f2e2c8ff58a3f07ef8b2b7e7aa12b5b3e..827210e6d0e35019427ddaabf1eb1306abea8d50 100644 |
--- a/cc/output/software_output_device.h |
+++ b/cc/output/software_output_device.h |
@@ -36,7 +36,7 @@ class CC_EXPORT SoftwareOutputDevice { |
// 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(gfx::Size size); |
+ virtual void Resize(const gfx::Size& size); |
// Called on BeginDrawingFrame. The compositor will draw into the returned |
// SkCanvas. The |SoftwareOutputDevice| implementation needs to provide a |