diff options
Diffstat (limited to 'cc/trees/layer_tree_host_unittest_occlusion.cc')
-rw-r--r-- | cc/trees/layer_tree_host_unittest_occlusion.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_host_unittest_occlusion.cc b/cc/trees/layer_tree_host_unittest_occlusion.cc index 491b42f1..a5f1b32 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, - const gfx::Size& bounds, + gfx::Size bounds, bool opaque) const { layer->RemoveAllChildren(); if (parent) |