Index: Source/core/svg/SVGUseElement.h |
diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
index 5ba7cf7c8f651fa489c57983264555ecef135cb1..ed90a0e9bd122afe7efa92571c51202388f1290d 100644 |
--- a/Source/core/svg/SVGUseElement.h |
+++ b/Source/core/svg/SVGUseElement.h |
@@ -25,8 +25,7 @@ |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGAnimatedLength.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
-#include "core/svg/SVGStyledTransformableElement.h" |
-#include "core/svg/SVGTests.h" |
+#include "core/svg/SVGGraphicsElement.h" |
#include "core/svg/SVGURIReference.h" |
namespace WebCore { |
@@ -34,8 +33,7 @@ namespace WebCore { |
class CachedDocument; |
class SVGElementInstance; |
-class SVGUseElement FINAL : public SVGStyledTransformableElement, |
- public SVGTests, |
+class SVGUseElement FINAL : public SVGGraphicsElement, |
public SVGExternalResourcesRequired, |
public SVGURIReference, |
public CachedDocumentClient { |