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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerClipper.h

Issue 2730343003: Fix overflow:overlay scrollbar width for paint. (Closed)
Patch Set: rebase 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/paint/PaintLayerClipper.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
index 61d860fc53be22cec7e8dd61108cd91a8a8ea6b0..a98c1fe9de13641f1d357298d4ab179671568976 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
@@ -66,7 +66,7 @@ class ClipRectsContext {
ClipRectsContext(const PaintLayer* root,
ClipRectsCacheSlot slot,
OverlayScrollbarClipBehavior overlayScrollbarClipBehavior =
- IgnoreOverlayScrollbarSize,
+ IgnorePlatformOverlayScrollbarSize,
const LayoutSize& accumulation = LayoutSize())
: rootLayer(root),
overlayScrollbarClipBehavior(overlayScrollbarClipBehavior),
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayer.h ('k') | third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698