| Index: third_party/WebKit/Source/core/paint/BoxBorderPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxBorderPainter.h b/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
|
| index 9ac25d022d1358ab1bbf543fd25b67a17520f3fd..62ceaaf89f9e90ab92bef03b380313e5080b4dd5 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
|
| @@ -77,11 +77,16 @@ class BoxBorderPainter {
|
| Color,
|
| EBorderStyle) const;
|
| void drawDashedDottedBoxSideFromPath(GraphicsContext&,
|
| + const LayoutRect&,
|
| const Path&,
|
| float thickness,
|
| float drawThickness,
|
| Color,
|
| EBorderStyle) const;
|
| + void drawWideDottedBoxSideFromPath(GraphicsContext&,
|
| + const LayoutRect&,
|
| + const Path&,
|
| + float thickness) const;
|
| void drawDoubleBoxSideFromPath(GraphicsContext&,
|
| const LayoutRect&,
|
| const Path&,
|
|
|