| Index: Source/platform/graphics/GraphicsContext.h
|
| diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h
|
| index 746cc57267bb96b2e5c7cab04a055a99623a0171..c26e8ff75248f52fe5a86b9ed5ec4e4fb8997e1e 100644
|
| --- a/Source/platform/graphics/GraphicsContext.h
|
| +++ b/Source/platform/graphics/GraphicsContext.h
|
| @@ -242,6 +242,7 @@ public:
|
|
|
| void clearRect(const FloatRect&);
|
|
|
| + void strokeRect(const FloatRect&);
|
| void strokeRect(const FloatRect&, float lineWidth);
|
|
|
| void fillBetweenRoundedRects(const IntRect&, const IntSize& outerTopLeft, const IntSize& outerTopRight, const IntSize& outerBottomLeft, const IntSize& outerBottomRight,
|
|
|