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

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

Issue 2757533002: Fix overflow:overlay scrollbar width for paint. (Closed)
Patch Set: Created 3 years, 9 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/LayoutBoxItem.h
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h b/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
index b51a0b37e6db1994e6e130f508d89db32abbe249..1df7eed76ac42f1e2c934e659656573cbcd0435e 100644
--- a/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
+++ b/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
@@ -49,7 +49,7 @@ class LayoutBoxItem : public LayoutBoxModel {
LayoutRect overflowClipRect(const LayoutPoint& location,
OverlayScrollbarClipBehavior behavior =
- IgnoreOverlayScrollbarSize) const {
+ IgnorePlatformOverlayScrollbarSize) const {
return toBox()->overflowClipRect(location, behavior);
}

Powered by Google App Engine
This is Rietveld 408576698