| 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..56138af56e6b773f8d83ff09186e2bf5499a126c 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
|
| @@ -77,11 +77,14 @@ class BoxBorderPainter {
|
| Color,
|
| EBorderStyle) const;
|
| void drawDashedDottedBoxSideFromPath(GraphicsContext&,
|
| - const Path&,
|
| + const LayoutRect&,
|
| float thickness,
|
| float drawThickness,
|
| Color,
|
| EBorderStyle) const;
|
| + void drawWideDottedBoxSideFromPath(GraphicsContext&,
|
| + const Path&,
|
| + float thickness) const;
|
| void drawDoubleBoxSideFromPath(GraphicsContext&,
|
| const LayoutRect&,
|
| const Path&,
|
|
|