| Index: third_party/WebKit/Source/core/paint/FieldsetPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FieldsetPainter.cpp b/third_party/WebKit/Source/core/paint/FieldsetPainter.cpp
|
| index 503063a4a231e84f07b887cd5d24b6802e04ed55..e516a87a5cdcc0ab50cb3daff4e1d4bf7e888b69 100644
|
| --- a/third_party/WebKit/Source/core/paint/FieldsetPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FieldsetPainter.cpp
|
| @@ -49,10 +49,8 @@ void FieldsetPainter::PaintBoxDecorationBackground(
|
| paint_info.phase, paint_rect);
|
| BoxDecorationData box_decoration_data(layout_fieldset_);
|
|
|
| - if (box_decoration_data.bleed_avoidance == kBackgroundBleedNone) {
|
| - BoxPainter::PaintNormalBoxShadow(paint_info, paint_rect,
|
| - layout_fieldset_.StyleRef());
|
| - }
|
| + BoxPainter::PaintNormalBoxShadow(paint_info, paint_rect,
|
| + layout_fieldset_.StyleRef());
|
| BoxPainter(layout_fieldset_)
|
| .PaintFillLayers(paint_info, box_decoration_data.background_color,
|
| layout_fieldset_.Style()->BackgroundLayers(),
|
|
|