| 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 6e8d3ed8c1bf3557cb1f002fe66879d5b3de687f..9ee2ba2772d20a8a38f90b92db7f5e05d866c733 100644
|
| --- a/cc/trees/layer_tree_host_unittest_scroll.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_scroll.cc
|
| @@ -564,7 +564,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]);
|
| + root_scroll_layer_impl->children()[0].get());
|
|
|
| LayerImpl* expected_scroll_layer_impl = NULL;
|
| LayerImpl* expected_no_scroll_layer_impl = NULL;
|
|
|