Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index 0b4eb580ea3a8710a5f78866a0825e3be81b0d50..b85de07a858272d6ce8e1a523530c228c6e47a45 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -60,7 +60,7 @@ class DirectOutputSurface : public cc::OutputSurface { |
capabilities_.adjust_deadline_for_parent = false; |
} |
- virtual void Reshape(gfx::Size size, float scale_factor) OVERRIDE { |
+ virtual void Reshape(const gfx::Size& size, float scale_factor) OVERRIDE { |
surface_size_ = size; |
} |
virtual void SwapBuffers(cc::CompositorFrame*) OVERRIDE { |