| Index: cc/trees/layer_tree_host_unittest_scroll.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_scroll.cc b/cc/trees/layer_tree_host_unittest_scroll.cc
|
| index b056a763418e9332bc94d65172b23368739f2386..b5fce204890ec7ef1c12f21584e434d4e5ec267e 100644
|
| --- a/cc/trees/layer_tree_host_unittest_scroll.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_scroll.cc
|
| @@ -606,7 +606,7 @@ class LayerTreeHostScrollTestCaseWithChild : public LayerTreeHostScrollTest {
|
| FakePictureLayerImpl* root_scroll_layer_impl =
|
| static_cast<FakePictureLayerImpl*>(impl->OuterViewportScrollLayer());
|
| FakePictureLayerImpl* child_layer_impl = static_cast<FakePictureLayerImpl*>(
|
| - root_scroll_layer_impl->children()[0].get());
|
| + root_scroll_layer_impl->children()[0]);
|
|
|
| LayerImpl* expected_scroll_layer_impl = NULL;
|
| LayerImpl* expected_no_scroll_layer_impl = NULL;
|
|
|