Index: Source/core/svg/SVGMarkerElement.h |
diff --git a/Source/core/svg/SVGMarkerElement.h b/Source/core/svg/SVGMarkerElement.h |
index 08c21ca0212d4ffd961a67cd3203df4bcebbeb83..6814111e0dc7b910c4de0ec4795f9ded45ecad17 100644 |
--- a/Source/core/svg/SVGMarkerElement.h |
+++ b/Source/core/svg/SVGMarkerElement.h |
@@ -29,7 +29,6 @@ |
#include "core/svg/SVGAnimatedPreserveAspectRatio.h" |
#include "core/svg/SVGAnimatedRect.h" |
#include "core/svg/SVGElement.h" |
-#include "core/svg/SVGExternalResourcesRequired.h" |
#include "core/svg/SVGFitToViewBox.h" |
namespace WebCore { |
@@ -95,7 +94,6 @@ struct SVGPropertyTraits<SVGMarkerOrientType> { |
}; |
class SVGMarkerElement FINAL : public SVGElement, |
- public SVGExternalResourcesRequired, |
public SVGFitToViewBox { |
public: |
// Forward declare enumerations in the W3C naming scheme, for IDL generation. |
@@ -147,7 +145,6 @@ private: |
DECLARE_ANIMATED_LENGTH(MarkerHeight, markerHeight) |
DECLARE_ANIMATED_ENUMERATION(MarkerUnits, markerUnits, SVGMarkerUnitsType) |
DECLARE_ANIMATED_ANGLE(OrientAngle, orientAngle) |
- DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalResourcesRequired) |
DECLARE_ANIMATED_RECT(ViewBox, viewBox) |
DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio) |
END_DECLARE_ANIMATED_PROPERTIES |