| Index: cc/test/pixel_test_output_surface.h
|
| diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h
|
| index 2a4573a0f31a07989a13445ef827251a47b93ae1..d3ec6120e0d83134c5f682e042b17f6fd69d1ae3 100644
|
| --- a/cc/test/pixel_test_output_surface.h
|
| +++ b/cc/test/pixel_test_output_surface.h
|
| @@ -16,10 +16,10 @@ class PixelTestOutputSurface : public OutputSurface {
|
| explicit PixelTestOutputSurface(
|
| scoped_ptr<SoftwareOutputDevice> software_device);
|
|
|
| - virtual void Reshape(gfx::Size size, float scale_factor) OVERRIDE;
|
| + virtual void Reshape(const gfx::Size& size, float scale_factor) OVERRIDE;
|
| virtual bool HasExternalStencilTest() const OVERRIDE;
|
|
|
| - void set_surface_expansion_size(gfx::Size surface_expansion_size) {
|
| + void set_surface_expansion_size(const gfx::Size& surface_expansion_size) {
|
| surface_expansion_size_ = surface_expansion_size;
|
| }
|
| void set_has_external_stencil_test(bool has_test) {
|
|
|