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