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