| Index: third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| index ec07bc05fce943325104f795d01ee3dba24dde8c..e7dbd7470e30caf86a33b8fdbd7f87425e17ed8d 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| @@ -588,7 +588,8 @@ ClipRects& PaintLayerClipper::paintingClipRects(
|
| const LayoutSize& subpixelAccumulation) const {
|
| DCHECK(!m_geometryMapper);
|
| ClipRectsContext context(rootLayer, PaintingClipRects,
|
| - IgnoreOverlayScrollbarSize, subpixelAccumulation);
|
| + IgnorePlatformOverlayScrollbarSize,
|
| + subpixelAccumulation);
|
| if (respectOverflowClip == IgnoreOverflowClip)
|
| context.setIgnoreOverflowClip();
|
| return getClipRects(context);
|
|
|