| 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 25f992cc78acdb7e8c4edabf05ac9e852d9167e3..55aea28f2540f26e18f846f45c2c05a1649bf153 100644
|
| --- a/third_party/WebKit/Source/core/paint/ViewPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ViewPainter.cpp
|
| @@ -34,6 +34,9 @@
|
|
|
| void ViewPainter::paintBoxDecorationBackground(const PaintInfo& paintInfo)
|
| {
|
| + if (!paintInfo.shouldPaintWithinRoot(&m_layoutView))
|
| + return;
|
| +
|
| if (paintInfo.skipRootBackground())
|
| return;
|
|
|
|
|