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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayer.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/PaintLayer.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
index ad43b9fa89ac805c63f1718b203b520c6332e36e..a79763d94919db185dacbdf82b22ce7b596c079c 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
@@ -845,7 +845,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
const LayoutRect& dirtyRect,
ClipRectsCacheSlot,
GeometryMapperOption,
- OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize,
+ OverlayScrollbarClipBehavior = IgnorePlatformOverlayScrollbarSize,
ShouldRespectOverflowClipType = RespectOverflowClip,
const LayoutPoint* offsetFromRoot = 0,
const LayoutSize& subPixelAccumulation = LayoutSize());
@@ -855,7 +855,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
const LayoutRect& dirtyRect,
ClipRectsCacheSlot,
GeometryMapperOption,
- OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize,
+ OverlayScrollbarClipBehavior = IgnorePlatformOverlayScrollbarSize,
ShouldRespectOverflowClipType = RespectOverflowClip,
const LayoutPoint* offsetFromRoot = 0,
const LayoutSize& subPixelAccumulation = LayoutSize(),
« no previous file with comments | « third_party/WebKit/Source/core/paint/ClipRectsCache.h ('k') | third_party/WebKit/Source/core/paint/PaintLayerClipper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698