| Index: third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.cpp b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| index 29c9c7b1c11c2e7bffd4d25d861d49963c3a5bda..0eca8fd2c22a06c57d874abc0147cbd48ba66aec 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| @@ -53,7 +53,7 @@ void BoxPainter::paintBoxDecorationBackground(const PaintInfo& paintInfo, const
|
|
|
| LayoutRect BoxPainter::boundsForDrawingRecorder(const LayoutPoint& adjustedPaintOffset)
|
| {
|
| - LayoutRect bounds = m_layoutBox.visualOverflowRect();
|
| + LayoutRect bounds = m_layoutBox.selfVisualOverflowRect();
|
| bounds.moveBy(adjustedPaintOffset);
|
| return bounds;
|
| }
|
|
|