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 997854f1c8ac35e51100d6cba350d2f8d882b79b..4c3fcd1d7c08336ddec56c9e4a53518b42631887 100644 |
--- a/content/test/web_layer_tree_view_impl_for_testing.cc |
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc |
@@ -144,7 +144,7 @@ void WebLayerTreeViewImplForTesting::Layout() { |
} |
void WebLayerTreeViewImplForTesting::ApplyScrollAndScale( |
- gfx::Vector2d scroll_delta, |
+ const gfx::Vector2d& scroll_delta, |
float page_scale) {} |
scoped_ptr<cc::OutputSurface> |