| Index: cc/layers/painted_scrollbar_layer_unittest.cc
|
| diff --git a/cc/layers/painted_scrollbar_layer_unittest.cc b/cc/layers/painted_scrollbar_layer_unittest.cc
|
| index ed58fa0136c266a17c9636f75dbf7ba7b528738e..22b1629ce6cbbd4c5eebaddf326f4d9513ce50fc 100644
|
| --- a/cc/layers/painted_scrollbar_layer_unittest.cc
|
| +++ b/cc/layers/painted_scrollbar_layer_unittest.cc
|
| @@ -37,7 +37,7 @@ TEST(PaintedScrollbarLayerTest, NeedsPaint) {
|
|
|
| MockScrollbar* scrollbar = new MockScrollbar();
|
| scoped_refptr<PaintedScrollbarLayer> scrollbar_layer =
|
| - PaintedScrollbarLayer::Create(std::unique_ptr<Scrollbar>(scrollbar), 1);
|
| + PaintedScrollbarLayer::Create(std::unique_ptr<Scrollbar>(scrollbar));
|
|
|
| scrollbar_layer->SetIsDrawable(true);
|
| scrollbar_layer->SetBounds(gfx::Size(100, 100));
|
|
|