| Index: Source/core/svg/SVGAnimationElement.h
|
| diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h
|
| index 087529fc32d5d07077674acddaa88c7852c3c683..4eb5a94b74e4b5f12410442ac45ec1fd1c33c4e0 100644
|
| --- a/Source/core/svg/SVGAnimationElement.h
|
| +++ b/Source/core/svg/SVGAnimationElement.h
|
| @@ -26,7 +26,6 @@
|
| #define SVGAnimationElement_h
|
|
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| -#include "core/svg/SVGExternalResourcesRequired.h"
|
| #include "core/svg/SVGTests.h"
|
| #include "core/svg/animation/SVGSMILElement.h"
|
| #include "platform/animation/UnitBezier.h"
|
| @@ -63,8 +62,7 @@ class TimeContainer;
|
| class SVGAnimatedType;
|
|
|
| class SVGAnimationElement : public SVGSMILElement,
|
| - public SVGTests,
|
| - public SVGExternalResourcesRequired {
|
| + public SVGTests {
|
| public:
|
| // SVGAnimationElement
|
| float getStartTime() const;
|
| @@ -223,7 +221,6 @@ private:
|
| void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
|
|
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGAnimationElement)
|
| - DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalResourcesRequired)
|
| END_DECLARE_ANIMATED_PROPERTIES
|
|
|
| // SVGTests
|
|
|