| Index: Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp
|
| index 0bb9c3e780c7e3b96960a941d20aa31751290eeb..287950799ab99cdcdf0e61fbfc8d2d3669895798 100644
|
| --- a/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -1388,14 +1388,6 @@ void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule)
|
| path.setFillType(previousFillType);
|
| }
|
|
|
| -bool GraphicsContext::isClipMode() const
|
| -{
|
| - if (contextDisabled())
|
| - return false;
|
| -
|
| - return m_canvas->getClipStack()->getSaveCount() != 0;
|
| -}
|
| -
|
| void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiased)
|
| {
|
| if (contextDisabled())
|
|
|