| 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 b7e005a61ba2af7da17a4dfb21571ceabfc4df5e..a8200d27f8898bf37131c5d9d30fba99775f2345 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| @@ -128,7 +128,7 @@ void BoxPainter::paintBackground(const PaintInfo& paintInfo, const LayoutRect& p
|
| return;
|
| if (m_layoutBox.backgroundStolenForBeingBody())
|
| return;
|
| - if (m_layoutBox.boxDecorationBackgroundIsKnownToBeObscured())
|
| + if (m_layoutBox.backgroundIsKnownToBeObscured())
|
| return;
|
| paintFillLayers(paintInfo, backgroundColor, m_layoutBox.style()->backgroundLayers(), paintRect, bleedAvoidance);
|
| }
|
|
|