| 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 8e4236f5cb195962ffd3b022ca1fc9ecaff40e42..1344c7cab22da6f385eb109c69059f6613cb2ebb 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| @@ -92,7 +92,6 @@ void BoxPainter::paintBoxDecorationBackgroundWithRect(const PaintInfo& paintInfo
|
|
|
| GraphicsContextStateSaver stateSaver(paintInfo.context, false);
|
| if (bleedAvoidanceIsClipping(boxDecorationData.bleedAvoidance)) {
|
| -
|
| stateSaver.save();
|
| FloatRoundedRect border = style.getRoundedBorderFor(paintRect);
|
| paintInfo.context.clipRoundedRect(border);
|
|
|