| 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 8e234784b9e35c2199feb46c87fbe92891cf03b0..659b6d71596e9bc1cb7ba5635cb13a217b472657 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| @@ -587,7 +587,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);
|
|
|