| 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 a094416261f8eb035f5c9163f5fdb5498eb4f31e..16cfa55680ccae4756e866a5d390763d7ab8b6d0 100644
|
| --- a/cc/layers/painted_scrollbar_layer_impl.h
|
| +++ b/cc/layers/painted_scrollbar_layer_impl.h
|
| @@ -55,6 +55,7 @@ class CC_EXPORT PaintedScrollbarLayerImpl : public ScrollbarLayerImplBase {
|
| virtual int ThumbLength() const OVERRIDE;
|
| virtual float TrackLength() const OVERRIDE;
|
| virtual int TrackStart() const OVERRIDE;
|
| + virtual bool IsThumbResizable() const OVERRIDE;
|
|
|
| private:
|
| virtual const char* LayerTypeAsString() const OVERRIDE;
|
|
|