Index: Source/platform/graphics/GraphicsContext.h |
diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h |
index 31818be942d68082efed5937af221a75fdfeb6dd..934120731552e98e8a80b26a9ca787fe7d24f6a7 100644 |
--- a/Source/platform/graphics/GraphicsContext.h |
+++ b/Source/platform/graphics/GraphicsContext.h |
@@ -108,6 +108,7 @@ public: |
// Returns true if the clip is anything more than an intersection of rectangles |
bool hasComplexClip() const { return immutableState()->hasComplexClip(); } |
+ void setHasComplexClip() { mutableState()->setHasComplexClip(); } |
float strokeThickness() const { return immutableState()->strokeData().thickness(); } |
void setStrokeThickness(float thickness) { mutableState()->setStrokeThickness(thickness); } |