| Index: third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp b/third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp
|
| index 193907c429d457735e00e8ca8dc6c8e6b439d88b..c490280307c12fe2a13f444cb0c219c71e25a1ca 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp
|
| @@ -305,8 +305,6 @@ void drawBleedAdjustedDRRect(GraphicsContext& context,
|
| // Based on this, we can avoid background bleeding by filling the
|
| // *outside* of inner rrect, all the way to the layer bounds (enclosing
|
| // int rect for the clip, in device space).
|
| - DCHECK(outer.isRounded());
|
| -
|
| SkPath path;
|
| path.addRRect(inner);
|
| path.setFillType(SkPath::kInverseWinding_FillType);
|
|
|