| Index: cc/trees/layer_tree_host_common_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc
|
| index 3a71b3dbf4ff86530b364494f05c9a4dcdef067f..f7db3e1b55216a86ea47419b8c8bfff03f28a95a 100644
|
| --- a/cc/trees/layer_tree_host_common_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_common_unittest.cc
|
| @@ -44,7 +44,7 @@
|
| const gfx::Transform& sublayer_transform,
|
| const gfx::PointF& anchor,
|
| const gfx::PointF& position,
|
| - const gfx::Size& bounds,
|
| + gfx::Size bounds,
|
| bool preserves3d) {
|
| layer->SetTransform(transform);
|
| layer->SetSublayerTransform(sublayer_transform);
|
| @@ -59,7 +59,7 @@
|
| const gfx::Transform& sublayer_transform,
|
| const gfx::PointF& anchor,
|
| const gfx::PointF& position,
|
| - const gfx::Size& bounds,
|
| + gfx::Size bounds,
|
| bool preserves3d) {
|
| SetLayerPropertiesForTestingInternal<Layer>(layer,
|
| transform,
|
| @@ -75,7 +75,7 @@
|
| const gfx::Transform& sublayer_transform,
|
| const gfx::PointF& anchor,
|
| const gfx::PointF& position,
|
| - const gfx::Size& bounds,
|
| + gfx::Size bounds,
|
| bool preserves3d) {
|
| SetLayerPropertiesForTestingInternal<LayerImpl>(layer,
|
| transform,
|
|
|