| Index: cc/layers/painted_scrollbar_layer_impl.cc
|
| diff --git a/cc/layers/painted_scrollbar_layer_impl.cc b/cc/layers/painted_scrollbar_layer_impl.cc
|
| index d67fbe4c94d2b0988410eadd30452dfb614541a6..2af722d410629142b16a4416306dc259a553d98e 100644
|
| --- a/cc/layers/painted_scrollbar_layer_impl.cc
|
| +++ b/cc/layers/painted_scrollbar_layer_impl.cc
|
| @@ -29,7 +29,7 @@ PaintedScrollbarLayerImpl::PaintedScrollbarLayerImpl(
|
| LayerTreeImpl* tree_impl,
|
| int id,
|
| ScrollbarOrientation orientation)
|
| - : ScrollbarLayerImplBase(tree_impl, id, orientation, false),
|
| + : ScrollbarLayerImplBase(tree_impl, id, orientation, false, false),
|
| track_ui_resource_id_(0),
|
| thumb_ui_resource_id_(0),
|
| thumb_thickness_(0),
|
|
|