| Index: Source/core/svg/SVGFontElement.h
|
| diff --git a/Source/core/svg/SVGFontElement.h b/Source/core/svg/SVGFontElement.h
|
| index 2ac4d45d85dacb77e9a55a56c9425d34f2fdb948..4ec29e820bf4b254a17237d063af37239c3378a6 100644
|
| --- a/Source/core/svg/SVGFontElement.h
|
| +++ b/Source/core/svg/SVGFontElement.h
|
| @@ -26,7 +26,6 @@
|
| #include "SVGNames.h"
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGElement.h"
|
| -#include "core/svg/SVGExternalResourcesRequired.h"
|
| #include "core/svg/SVGGlyphMap.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
|
|
| @@ -52,8 +51,7 @@ typedef Vector<SVGKerningPair> KerningPairVector;
|
|
|
| class SVGMissingGlyphElement;
|
|
|
| -class SVGFontElement FINAL : public SVGElement
|
| - , public SVGExternalResourcesRequired {
|
| +class SVGFontElement FINAL : public SVGElement {
|
| public:
|
| static PassRefPtr<SVGFontElement> create(const QualifiedName&, Document&);
|
|
|
| @@ -79,7 +77,6 @@ private:
|
| void registerLigaturesInGlyphCache(Vector<String>&);
|
|
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFontElement)
|
| - DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalResourcesRequired)
|
| END_DECLARE_ANIMATED_PROPERTIES
|
|
|
| KerningPairVector m_horizontalKerningPairs;
|
|
|