| Index: third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| index f3b12428adddebc044794ac6e00c7b9be91f2255..8c6c7f4aa0e086ea05fcec1fcce44b9e0ff60a11 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| @@ -60,9 +60,9 @@ public:
|
| return toView()->layoutSize(scrollbars);
|
| }
|
|
|
| - LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy scrollbars = IgnoreOverlayScrollbarSize) const
|
| + LayoutRect overflowClipRect(const LayoutPoint& location) const
|
| {
|
| - return toView()->overflowClipRect(location, scrollbars);
|
| + return toView()->overflowClipRect(location);
|
| }
|
|
|
| void clearSelection()
|
|
|