Index: Source/platform/graphics/GraphicsContext.h |
diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h |
index 8e275abf629d37a0e5b73a6427e0607528f9345b..2457dc2241292b8cb0ebf3280ebc2738c337be70 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, |