| Index: cc/trees/layer_tree_host_unittest_occlusion.cc
 | 
| diff --git a/cc/trees/layer_tree_host_unittest_occlusion.cc b/cc/trees/layer_tree_host_unittest_occlusion.cc
 | 
| index a5f1b32a5ebb0bd4ef967525a4f8e71845e17f3c..491b42f1e9d23b449f540db4af430a568cbe61a3 100644
 | 
| --- a/cc/trees/layer_tree_host_unittest_occlusion.cc
 | 
| +++ b/cc/trees/layer_tree_host_unittest_occlusion.cc
 | 
| @@ -87,7 +87,7 @@ class LayerTreeHostOcclusionTest : public LayerTreeTest {
 | 
|                                      TestLayer* parent,
 | 
|                                      const gfx::Transform& transform,
 | 
|                                      const gfx::PointF& position,
 | 
| -                                    gfx::Size bounds,
 | 
| +                                    const gfx::Size& bounds,
 | 
|                                      bool opaque) const {
 | 
|      layer->RemoveAllChildren();
 | 
|      if (parent)
 | 
| 
 |