| 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 0f00978b2eec1eec307b2682a53a508bb03358eb..5a5eaa9bbadbb31c60e83d96acc089f783388010 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -852,7 +852,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());
|
| @@ -862,7 +862,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(),
|
|
|