| 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 29a1afb320e8699de0c3c8519323b3deeee51a1b..b8120ddffbec5c81b6530e44926198acd3301961 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -179,7 +179,7 @@ class LayerTreeHostImplTest : public testing::Test,
|
|
|
| static void ExpectContains(const ScrollAndScaleSet& scroll_info,
|
| int id,
|
| - gfx::Vector2d scroll_delta) {
|
| + const gfx::Vector2d& scroll_delta) {
|
| int times_encountered = 0;
|
|
|
| for (size_t i = 0; i < scroll_info.scrolls.size(); ++i) {
|
|
|