| Index: content/renderer/gpu/mailbox_output_surface.h
|
| diff --git a/content/renderer/gpu/mailbox_output_surface.h b/content/renderer/gpu/mailbox_output_surface.h
|
| index 2a8e278e90ad423f68eaab71c891309a6ea53f95..0ad9699627ace6fbc9399b0ff8868d1f34f871e4 100644
|
| --- a/content/renderer/gpu/mailbox_output_surface.h
|
| +++ b/content/renderer/gpu/mailbox_output_surface.h
|
| @@ -35,7 +35,7 @@
|
| // cc::OutputSurface implementation.
|
| virtual void EnsureBackbuffer() OVERRIDE;
|
| virtual void DiscardBackbuffer() OVERRIDE;
|
| - virtual void Reshape(const gfx::Size& size, float scale_factor) OVERRIDE;
|
| + virtual void Reshape(gfx::Size size, float scale_factor) OVERRIDE;
|
| virtual void BindFramebuffer() OVERRIDE;
|
| virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE;
|
|
|
|
|