| Index: cc/trees/layer_tree_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_impl_unittest.cc b/cc/trees/layer_tree_impl_unittest.cc
|
| index 9e8fee5ab53dac901cb967a666db4775938e4bb9..81a566fe7f322d7bb6f57766f337e458b99dd22a 100644
|
| --- a/cc/trees/layer_tree_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_impl_unittest.cc
|
| @@ -972,9 +972,6 @@
|
| // This should cause scroll child and its descendants to be affected by
|
| // |child|'s clip.
|
| scroll_child->SetScrollParent(child.get());
|
| - scoped_ptr<std::set<LayerImpl*>> scroll_children(new std::set<LayerImpl*>);
|
| - scroll_children->insert(scroll_child.get());
|
| - child->SetScrollChildren(scroll_children.release());
|
|
|
| SetLayerPropertiesForTesting(grand_child.get(), identity_matrix,
|
| transform_origin, position, bounds, true,
|
|
|