| 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 e7dbd7470e30caf86a33b8fdbd7f87425e17ed8d..ec07bc05fce943325104f795d01ee3dba24dde8c 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| @@ -588,8 +588,7 @@
|
| const LayoutSize& subpixelAccumulation) const {
|
| DCHECK(!m_geometryMapper);
|
| ClipRectsContext context(rootLayer, PaintingClipRects,
|
| - IgnorePlatformOverlayScrollbarSize,
|
| - subpixelAccumulation);
|
| + IgnoreOverlayScrollbarSize, subpixelAccumulation);
|
| if (respectOverflowClip == IgnoreOverflowClip)
|
| context.setIgnoreOverflowClip();
|
| return getClipRects(context);
|
|
|