| Index: Source/core/svg/SVGMaskElement.h
|
| diff --git a/Source/core/svg/SVGMaskElement.h b/Source/core/svg/SVGMaskElement.h
|
| index a4b09ae2e3aa32fbe0c2e2ba6c2853bef4a4313a..d2c90d6e27da8ba27680d84f17399e73c15cbc75 100644
|
| --- a/Source/core/svg/SVGMaskElement.h
|
| +++ b/Source/core/svg/SVGMaskElement.h
|
| @@ -25,15 +25,13 @@
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedLength.h"
|
| #include "core/svg/SVGElement.h"
|
| -#include "core/svg/SVGExternalResourcesRequired.h"
|
| #include "core/svg/SVGTests.h"
|
| #include "core/svg/SVGUnitTypes.h"
|
|
|
| namespace WebCore {
|
|
|
| class SVGMaskElement FINAL : public SVGElement,
|
| - public SVGTests,
|
| - public SVGExternalResourcesRequired {
|
| + public SVGTests {
|
| public:
|
| static PassRefPtr<SVGMaskElement> create(Document&);
|
|
|
| @@ -59,7 +57,6 @@ private:
|
| DECLARE_ANIMATED_LENGTH(Y, y)
|
| DECLARE_ANIMATED_LENGTH(Width, width)
|
| DECLARE_ANIMATED_LENGTH(Height, height)
|
| - DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalResourcesRequired)
|
| END_DECLARE_ANIMATED_PROPERTIES
|
|
|
| // SVGTests
|
|
|