| 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(),
|
|
|