Index: Source/platform/graphics/GraphicsContext.h |
diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h |
index e1ea64f874a750e30615d7840d379160a040e096..a92459a681a3066f65371e7712fd86eac996caa9 100644 |
--- a/Source/platform/graphics/GraphicsContext.h |
+++ b/Source/platform/graphics/GraphicsContext.h |
@@ -322,7 +322,7 @@ public: |
// This clip function is used only by <canvas> code. It allows |
// implementations to handle clipping on the canvas differently since |
// the discipline is different. |
- void canvasClip(const Path&, WindRule = RULE_EVENODD); |
+ void canvasClip(const Path&, WindRule = RULE_EVENODD, bool antialias = false); |
void drawText(const Font&, const TextRunPaintInfo&, const FloatPoint&); |
void drawEmphasisMarks(const Font&, const TextRunPaintInfo&, const AtomicString& mark, const FloatPoint&); |