Chromium Code Reviews| 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..35f9ac35f9b5258e3072e71fc4d0cfd817e94bdb 100644 |
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h |
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h |
| @@ -268,6 +268,9 @@ public: |
| // Subtracts space occupied by this ScrollableArea's scrollbars. |
| // Does nothing if overlay scrollbars are enabled. |
| IntSize excludeScrollbars(const IntSize&) const; |
| + // Returns 0 if overlay scrollbars are enabled. |
|
jbroman
2016/05/13 17:28:25
nit: blank line before this, please
ymalik
2016/05/13 18:26:44
Done.
|
| + int verticalScrollbarWidth() const; |
| + int horizontalScrollbarHeight() const; |
| // Returns the widget associated with this ScrollableArea. |
| virtual Widget* getWidget() { return nullptr; } |