| Index: cc/trees/layer_tree_host_unittest_damage.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_damage.cc b/cc/trees/layer_tree_host_unittest_damage.cc
|
| index 266c75e0b495fa47a4472a85279ed40bfd58ad0a..e25c4e4bab257fa17a66a86cadbb81607faa9486 100644
|
| --- a/cc/trees/layer_tree_host_unittest_damage.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_damage.cc
|
| @@ -353,7 +353,7 @@ class LayerTreeHostScrollbarDamageTest : public LayerTreeHostDamageTest {
|
| root_layer->AddChild(scroll_clip_layer);
|
|
|
| scoped_refptr<Layer> scrollbar_layer = FakePaintedScrollbarLayer::Create(
|
| - false, true, content_layer_->id(), content_layer_->element_id());
|
| + false, true, content_layer_->element_id());
|
| scrollbar_layer->SetPosition(gfx::PointF(300.f, 300.f));
|
| scrollbar_layer->SetBounds(gfx::Size(10, 100));
|
| root_layer->AddChild(scrollbar_layer);
|
|
|