| Index: third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp b/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp
|
| index b5981585e7123f9662133707a51535b60cf426e1..9e5967225dbfca72a4a27c36a00a9bc5e1b00cbb 100644
|
| --- a/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp
|
| @@ -276,9 +276,7 @@ void InlineFlowBoxPainter::paintBoxDecorationBackground(
|
| getBorderPaintType(adjustedFrameRect, adjustedClipRect);
|
|
|
| // Shadow comes first and is behind the background and border.
|
| - if (!m_inlineFlowBox.boxModelObject().boxShadowShouldBeAppliedToBackground(
|
| - BackgroundBleedNone, &m_inlineFlowBox))
|
| - paintBoxShadow(paintInfo, *styleToUse, Normal, adjustedFrameRect);
|
| + paintBoxShadow(paintInfo, *styleToUse, Normal, adjustedFrameRect);
|
|
|
| Color backgroundColor = inlineFlowBoxLayoutObject->resolveColor(
|
| *styleToUse, CSSPropertyBackgroundColor);
|
|
|