summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu/mailbox_output_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/gpu/mailbox_output_surface.h')
-rw-r--r--content/renderer/gpu/mailbox_output_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/gpu/mailbox_output_surface.h b/content/renderer/gpu/mailbox_output_surface.h
index 0ad9699..2a8e278 100644
--- a/content/renderer/gpu/mailbox_output_surface.h
+++ b/content/renderer/gpu/mailbox_output_surface.h
@@ -35,7 +35,7 @@ class MailboxOutputSurface : public CompositorOutputSurface {
// cc::OutputSurface implementation.
virtual void EnsureBackbuffer() OVERRIDE;
virtual void DiscardBackbuffer() OVERRIDE;
- virtual void Reshape(gfx::Size size, float scale_factor) OVERRIDE;
+ virtual void Reshape(const gfx::Size& size, float scale_factor) OVERRIDE;
virtual void BindFramebuffer() OVERRIDE;
virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE;