| Index: Source/platform/graphics/GraphicsContext.h
|
| diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h
|
| index 768d86ee9e383af4110b1ab5e2e11e440292a570..eea7edba32f2318d37ebca385af6d98d55d44f36 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();
|
|
|
| // ---------- Transformation methods -----------------
|
| enum IncludeDeviceScale { DefinitelyIncludeDeviceScale, PossiblyIncludeDeviceScale };
|
|
|