| 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 5c74eff46ce197094bfdee9395914e31964c8591..a284ce6b086391f8964305a3b635ef7cc64682e9 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| @@ -335,9 +335,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* getFrameViewBase() { return nullptr; }
|
|
|