Index: content/test/web_layer_tree_view_impl_for_testing.cc |
diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc |
index d29e68b802a5debab3797aba80121623736c23b3..d1cfafbcb36baa2e94dba8b5c0ebf65a3d295dcc 100644 |
--- a/content/test/web_layer_tree_view_impl_for_testing.cc |
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc |
@@ -148,7 +148,7 @@ void WebLayerTreeViewImplForTesting::Layout() { |
} |
void WebLayerTreeViewImplForTesting::ApplyScrollAndScale( |
- gfx::Vector2d scroll_delta, |
+ const gfx::Vector2d& scroll_delta, |
float page_scale) {} |
scoped_ptr<cc::OutputSurface> |