Index: Source/platform/graphics/GraphicsContext.h |
diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h |
index 6e8807ae9c0c3c74d4eae749426efcc65c944e75..4eca7c85a334b946105304a0887623376158cb76 100644 |
--- a/Source/platform/graphics/GraphicsContext.h |
+++ b/Source/platform/graphics/GraphicsContext.h |
@@ -122,8 +122,6 @@ public: |
void setLineJoin(LineJoin join) { mutableState()->setLineJoin(join); } |
void setMiterLimit(float limit) { mutableState()->setMiterLimit(limit); } |
- void setFillRule(WindRule fillRule) { mutableState()->setFillRule(fillRule); } |
- |
Color fillColor() const { return immutableState()->fillColor(); } |
void setFillColor(const Color& color) { mutableState()->setFillColor(color); } |