| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index dfea47b244d4c9fce3161ae84a1f49ea6cf73b1f..55cea6b7cda616c58de6723aa40d0b179c727a84 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -1370,6 +1370,7 @@ void LayerTreeHostImplTest::SetupMouseMoveAtWithDeviceScale(
|
| scrollbar->SetBounds(gfx::Size(15, viewport_size.height()));
|
| scrollbar->SetContentBounds(gfx::Size(15, viewport_size.height()));
|
| scrollbar->SetPosition(gfx::Point(285, 0));
|
| + scrollbar->SetClipLayerById(1);
|
| scrollbar->SetScrollLayerById(2);
|
|
|
| scroll->AddChild(contents.Pass());
|
|
|