Index: Source/core/svg/SVGGraphicsElement.cpp |
diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp |
index 42dcf67405c4587edff3a70c38320d8197b6ff3d..34711c5d6056af34e9f4b3db2871be334059e086 100644 |
--- a/Source/core/svg/SVGGraphicsElement.cpp |
+++ b/Source/core/svg/SVGGraphicsElement.cpp |
@@ -26,7 +26,6 @@ |
#include "core/SVGNames.h" |
#include "core/css/resolver/StyleResolver.h" |
#include "core/rendering/svg/RenderSVGPath.h" |
-#include "core/rendering/svg/RenderSVGResource.h" |
#include "core/rendering/svg/SVGPathData.h" |
#include "core/svg/SVGElementRareData.h" |
#include "platform/transforms/AffineTransform.h" |
@@ -203,7 +202,7 @@ void SVGGraphicsElement::svgAttributeChanged(const QualifiedName& attrName) |
if (attrName == SVGNames::transformAttr) { |
object->setNeedsTransformUpdate(); |
- RenderSVGResource::markForLayoutAndParentResourceInvalidation(object); |
+ markForLayoutAndParentResourceInvalidation(object); |
return; |
} |