| Index: cc/trees/layer_tree_host_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
|
| index d01fbae1778d0fa4868c59028916ac7c31c1dd4d..38e47e537dcd9181f77418f942736def3768b7f6 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -1609,8 +1609,8 @@ MULTI_THREAD_DELEGATING_RENDERER_NOIMPL_TEST_F(
|
| static void SetLayerPropertiesForTesting(Layer* layer,
|
| Layer* parent,
|
| const gfx::Transform& transform,
|
| - gfx::PointF anchor,
|
| - gfx::PointF position,
|
| + const gfx::PointF& anchor,
|
| + const gfx::PointF& position,
|
| gfx::Size bounds,
|
| bool opaque) {
|
| layer->RemoveAllChildren();
|
|
|