| Index: cc/layers/painted_scrollbar_layer_impl.h
|
| diff --git a/cc/layers/painted_scrollbar_layer_impl.h b/cc/layers/painted_scrollbar_layer_impl.h
|
| index 19fd8500cc577b7394d84900ee149f5b95b47388..4e12371cf34ea7824dea4d2cf5aac81932653ed9 100644
|
| --- a/cc/layers/painted_scrollbar_layer_impl.h
|
| +++ b/cc/layers/painted_scrollbar_layer_impl.h
|
| @@ -55,6 +55,8 @@ class CC_EXPORT PaintedScrollbarLayerImpl : public ScrollbarLayerImplBase {
|
| internal_content_bounds_ = content_bounds;
|
| }
|
|
|
| + int ThumbThickness() const override;
|
| +
|
| protected:
|
| PaintedScrollbarLayerImpl(LayerTreeImpl* tree_impl,
|
| int id,
|
| @@ -63,7 +65,6 @@ class CC_EXPORT PaintedScrollbarLayerImpl : public ScrollbarLayerImplBase {
|
| bool is_overlay);
|
|
|
| // ScrollbarLayerImplBase implementation.
|
| - int ThumbThickness() const override;
|
| int ThumbLength() const override;
|
| float TrackLength() const override;
|
| int TrackStart() const override;
|
|
|