Index: Source/core/rendering/svg/SVGRenderSupport.h |
diff --git a/Source/core/rendering/svg/SVGRenderSupport.h b/Source/core/rendering/svg/SVGRenderSupport.h |
index c28e5916193e13ce65eec86d75c4f456947e1a9e..7419f4a7fc36e44992afe18d2c1b15cc0a2f0083 100644 |
--- a/Source/core/rendering/svg/SVGRenderSupport.h |
+++ b/Source/core/rendering/svg/SVGRenderSupport.h |
@@ -54,7 +54,7 @@ public: |
static bool isOverflowHidden(const RenderObject*); |
// Returns true if we're currently within the rendering of a clip-path as a mask. |
- static bool isRenderingMaskImage(const RenderObject&); |
+ static bool isRenderingClipPathAsMaskImage(const RenderObject&); |
// Calculates the paintInvalidationRect in combination with filter, clipper and masker in local coordinates. |
static void intersectPaintInvalidationRectWithResources(const RenderObject*, FloatRect&); |