| Index: third_party/WebKit/public/platform/WebThemeEngine.h
|
| diff --git a/third_party/WebKit/public/platform/WebThemeEngine.h b/third_party/WebKit/public/platform/WebThemeEngine.h
|
| index 5340e491de5fbbb8b25085ee2f926a38439e908c..21c869af55d6c5cd62512479a7a49c26af5674f7 100644
|
| --- a/third_party/WebKit/public/platform/WebThemeEngine.h
|
| +++ b/third_party/WebKit/public/platform/WebThemeEngine.h
|
| @@ -152,6 +152,9 @@ public:
|
| // the track while the height will be the minimum height.
|
| virtual WebSize getSize(Part) { return WebSize(); }
|
|
|
| + // Returns whether or not buttons should be drawn on the scrollbars.
|
| + virtual bool hasScrollbarButtons() { return true; }
|
| +
|
| struct ScrollbarStyle {
|
| int thumbThickness;
|
| int scrollbarMargin;
|
|
|