Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Unified Diff: third_party/WebKit/Source/core/layout/api/LayoutViewItem.h

Issue 1907213002: Refactor OverlayScrollbarSizeRelevancy into OverlayScrollbarClipBehavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include -> Exclude Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698