Index: cc/trees/layer_tree_host_impl_unittest.cc |
diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc |
index f8207b54a940a1215560879d13994ca954f66818..2814c1fdf7785de05a9a0c81557115049116e07e 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -2477,7 +2477,7 @@ class TestScrollOffsetDelegate : public LayerScrollOffsetDelegate { |
page_scale_factor_ = page_scale_factor; |
} |
- virtual void SetScrollableSize(gfx::SizeF scrollable_size) OVERRIDE { |
+ virtual void SetScrollableSize(const gfx::SizeF& scrollable_size) OVERRIDE { |
scrollable_size_ = scrollable_size; |
} |