Index: mojo/examples/compositor_app/compositor_host.cc |
diff --git a/mojo/examples/compositor_app/compositor_host.cc b/mojo/examples/compositor_app/compositor_host.cc |
index cc45c19627b2f316d77351bdce0ede7150c48490..6e4a0a5efed7f502ac2ed3cdb7d8b1cb9d99bb84 100644 |
--- a/mojo/examples/compositor_app/compositor_host.cc |
+++ b/mojo/examples/compositor_app/compositor_host.cc |
@@ -108,7 +108,7 @@ void CompositorHost::Animate(double frame_begin_time) { |
} |
void CompositorHost::Layout() {} |
-void CompositorHost::ApplyScrollAndScale(gfx::Vector2d scroll_delta, |
+void CompositorHost::ApplyScrollAndScale(const gfx::Vector2d& scroll_delta, |
float page_scale) {} |
scoped_ptr<cc::OutputSurface> CompositorHost::CreateOutputSurface( |