Index: Source/core/svg/SVGImageElement.h |
diff --git a/Source/core/svg/SVGImageElement.h b/Source/core/svg/SVGImageElement.h |
index 6ff50fa5a2959c7f92a169151d1474ba191aa3f2..d5d7e6a6c9acf3605bd0a38bd4f5d373fc05da2d 100644 |
--- a/Source/core/svg/SVGImageElement.h |
+++ b/Source/core/svg/SVGImageElement.h |
@@ -25,15 +25,13 @@ |
#include "core/svg/SVGAnimatedLength.h" |
#include "core/svg/SVGAnimatedPreserveAspectRatio.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
+#include "core/svg/SVGGraphicsElement.h" |
#include "core/svg/SVGImageLoader.h" |
-#include "core/svg/SVGStyledTransformableElement.h" |
-#include "core/svg/SVGTests.h" |
#include "core/svg/SVGURIReference.h" |
namespace WebCore { |
-class SVGImageElement FINAL : public SVGStyledTransformableElement, |
- public SVGTests, |
+class SVGImageElement FINAL : public SVGGraphicsElement, |
public SVGExternalResourcesRequired, |
public SVGURIReference { |
public: |