| Index: third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockPainter.cpp b/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| index 4d086f372e015b5450ccdaa9ed79907b89e29673..cfa0778334dca4821bd762e0ab94abd15cc7f7ab 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| @@ -78,7 +78,7 @@ void BlockPainter::paintOverflowControlsIfNeeded(const PaintInfo& paintInfo, con
|
| if (!m_layoutBlock.layer()->isSelfPaintingLayer()) {
|
| LayoutRect clipRect = m_layoutBlock.borderBoxRect();
|
| clipRect.moveBy(paintOffset);
|
| - clipRecorder.emplace(paintInfo.context, m_layoutBlock, DisplayItem::ClipScrollbarsToBoxBounds, pixelSnappedIntRect(clipRect));
|
| + clipRecorder.emplace(paintInfo.context, m_layoutBlock, DisplayItem::kClipScrollbarsToBoxBounds, pixelSnappedIntRect(clipRect));
|
| }
|
| ScrollableAreaPainter(*m_layoutBlock.layer()->getScrollableArea()).paintOverflowControls(paintInfo.context, roundedIntPoint(paintOffset), paintInfo.cullRect(), false /* paintingOverlayControls */);
|
| }
|
|
|