Index: Source/platform/graphics/GraphicsContext.h |
diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h |
index 768d86ee9e383af4110b1ab5e2e11e440292a570..4ff4b998ee641381943837e9f2d7108cd5d55cbc 100644 |
--- a/Source/platform/graphics/GraphicsContext.h |
+++ b/Source/platform/graphics/GraphicsContext.h |
@@ -369,6 +369,7 @@ public: |
// the discipline is different. |
void canvasClip(const Path&, WindRule = RULE_EVENODD); |
void clipOut(const Path&); |
+ Path getCurrentClipPath(const Path&); |
// ---------- Transformation methods ----------------- |
enum IncludeDeviceScale { DefinitelyIncludeDeviceScale, PossiblyIncludeDeviceScale }; |