| Index: third_party/WebKit/Source/core/paint/ViewPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ViewPainter.cpp b/third_party/WebKit/Source/core/paint/ViewPainter.cpp
|
| index 55aea28f2540f26e18f846f45c2c05a1649bf153..25f992cc78acdb7e8c4edabf05ac9e852d9167e3 100644
|
| --- a/third_party/WebKit/Source/core/paint/ViewPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ViewPainter.cpp
|
| @@ -34,9 +34,6 @@ void ViewPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOffs
|
|
|
| void ViewPainter::paintBoxDecorationBackground(const PaintInfo& paintInfo)
|
| {
|
| - if (!paintInfo.shouldPaintWithinRoot(&m_layoutView))
|
| - return;
|
| -
|
| if (paintInfo.skipRootBackground())
|
| return;
|
|
|
|
|