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 8f0c00cbed264d8e6dbdee66abaa1999b175544c..1ed52ef7feef01bee6aea651643a08effc1854cb 100644 |
--- a/cc/layers/solid_color_scrollbar_layer.h |
+++ b/cc/layers/solid_color_scrollbar_layer.h |
@@ -18,7 +18,6 @@ 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,8 +39,7 @@ class CC_EXPORT SolidColorScrollbarLayer : public ScrollbarLayerInterface, |
ScrollbarOrientation orientation() const override; |
protected: |
- SolidColorScrollbarLayer(const LayerSettings& settings, |
- ScrollbarOrientation orientation, |
+ SolidColorScrollbarLayer(ScrollbarOrientation orientation, |
int thumb_thickness, |
int track_start, |
bool is_left_side_vertical_scrollbar, |