| 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 6c5a92464f643a060839ea2e5bb88cc2682393ef..50f7dbc624969bbf9fdbb206bf7f4f40868d40b6 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| @@ -331,9 +331,9 @@ class PLATFORM_EXPORT ScrollableArea : public GarbageCollectedMixin,
|
| IntSize excludeScrollbars(const IntSize&) const;
|
|
|
| virtual int verticalScrollbarWidth(
|
| - OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const;
|
| + OverlayScrollbarClipBehavior = IgnorePlatformOverlayScrollbarSize) const;
|
| virtual int horizontalScrollbarHeight(
|
| - OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const;
|
| + OverlayScrollbarClipBehavior = IgnorePlatformOverlayScrollbarSize) const;
|
|
|
| // Returns the widget associated with this ScrollableArea.
|
| virtual FrameViewBase* getWidget() { return nullptr; }
|
|
|