| Index: Source/platform/graphics/GraphicsContext.h
|
| diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h
|
| index 0118028f4561bafcee03b4f454cdf25a729012f6..8f791f6ec4dbf33b5c31e395edc3e25247e77c7f 100644
|
| --- a/Source/platform/graphics/GraphicsContext.h
|
| +++ b/Source/platform/graphics/GraphicsContext.h
|
| @@ -371,7 +371,6 @@ public:
|
| // the discipline is different.
|
| void canvasClip(const Path&, WindRule = RULE_EVENODD);
|
| void clipOut(const Path&);
|
| - bool isClipMode() const;
|
|
|
| // ---------- Transformation methods -----------------
|
| // Note that the getCTM method returns only the current transform from Blink's perspective,
|
|
|