| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| index 87912f4dc4075a9a6434fa63c0f0d6473ea73688..533dec000e9bce988dd3380d8009e917cb0a9eb9 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| @@ -269,6 +269,10 @@ public:
|
| // Does nothing if overlay scrollbars are enabled.
|
| IntSize excludeScrollbars(const IntSize&) const;
|
|
|
| + // Returns 0 if overlay scrollbars are enabled.
|
| + int verticalScrollbarWidth() const;
|
| + int horizontalScrollbarHeight() const;
|
| +
|
| // Returns the widget associated with this ScrollableArea.
|
| virtual Widget* getWidget() { return nullptr; }
|
|
|
|
|