| Index: Source/core/paint/ObjectPainter.h
|
| diff --git a/Source/core/paint/ObjectPainter.h b/Source/core/paint/ObjectPainter.h
|
| index aabdb82b234dd75ec134a9d96f1c902c34c2ad19..555e3161f2ac7e0cac960b9949b1669a5f605636 100644
|
| --- a/Source/core/paint/ObjectPainter.h
|
| +++ b/Source/core/paint/ObjectPainter.h
|
| @@ -27,6 +27,9 @@ public:
|
| void addPDFURLRectIfNeeded(const PaintInfo&, const LayoutPoint& paintOffset);
|
|
|
| static void drawLineForBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2, BoxSide, Color, EBorderStyle, int adjbw1, int adjbw2, bool antialias = false);
|
| +
|
| + static LayoutRect outlineBounds(const LayoutRect& objectBounds, const ComputedStyle&);
|
| +
|
| private:
|
| static void drawDashedOrDottedBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
|
| BoxSide, Color, int thickness, EBorderStyle, bool antialias);
|
|
|