Chromium Code Reviews| Index: Source/platform/graphics/GraphicsContext.h |
| diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h |
| index ab1eeccedc9b62292fd46eeb95430fcb86d5eac5..9011527b9ec459cc2d4ea5f9654bb52431cafe63 100644 |
| --- a/Source/platform/graphics/GraphicsContext.h |
| +++ b/Source/platform/graphics/GraphicsContext.h |
| @@ -368,6 +368,7 @@ public: |
| // the discipline is different. |
| void canvasClip(const Path&, WindRule = RULE_EVENODD); |
| void clipOut(const Path&); |
| + bool isClipMode() const; |
|
zino
2014/06/20 15:31:36
Remove getCurrentClipPath();
|
| // ---------- Transformation methods ----------------- |
| // Note that the getCTM method returns only the current transform from Blink's perspective, |