diff options
Diffstat (limited to 'WebCore/rendering/RenderSVGResourceClipper.h')
-rw-r--r-- | WebCore/rendering/RenderSVGResourceClipper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderSVGResourceClipper.h b/WebCore/rendering/RenderSVGResourceClipper.h index 0f68c67..20153e9 100644 --- a/WebCore/rendering/RenderSVGResourceClipper.h +++ b/WebCore/rendering/RenderSVGResourceClipper.h @@ -65,7 +65,7 @@ private: // applyResource directly and use the rects from the object, since they are empty for RenderSVGResources bool applyClippingToContext(RenderObject*, const FloatRect&, const FloatRect&, GraphicsContext*); bool pathOnlyClipping(GraphicsContext*, const FloatRect&); - bool createClipData(ClipperData*, const FloatRect&, const FloatRect&); + bool drawContentIntoMaskImage(ClipperData*, const FloatRect& objectBoundingBox); void calculateClipContentRepaintRect(); bool m_invalidationBlocked; |