| 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 a7fdfa3081df3ef061ad2259d6ca5c962e5dc57e..5012ef5c386398e2232eaaa127b7c6ad34a36061 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),
|
|
|