| Index: cc/layers/solid_color_scrollbar_layer.h
|
| diff --git a/cc/layers/solid_color_scrollbar_layer.h b/cc/layers/solid_color_scrollbar_layer.h
|
| index fc6306e47b38e5e433096639773105e3070585ed..6097014ca22b119e8b39471f5301fa75fb8a44e7 100644
|
| --- a/cc/layers/solid_color_scrollbar_layer.h
|
| +++ b/cc/layers/solid_color_scrollbar_layer.h
|
| @@ -17,6 +17,7 @@ class CC_EXPORT SolidColorScrollbarLayer : public ScrollbarLayerInterface,
|
| scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override;
|
|
|
| static scoped_refptr<SolidColorScrollbarLayer> Create(
|
| + const LayerSettings& settings,
|
| ScrollbarOrientation orientation,
|
| int thumb_thickness,
|
| int track_start,
|
| @@ -40,7 +41,8 @@ class CC_EXPORT SolidColorScrollbarLayer : public ScrollbarLayerInterface,
|
| ScrollbarOrientation orientation() const override;
|
|
|
| protected:
|
| - SolidColorScrollbarLayer(ScrollbarOrientation orientation,
|
| + SolidColorScrollbarLayer(const LayerSettings& settings,
|
| + ScrollbarOrientation orientation,
|
| int thumb_thickness,
|
| int track_start,
|
| bool is_left_side_vertical_scrollbar,
|
|
|