Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Unified Diff: Source/core/svg/SVGFontElement.h

Issue 62083002: Remove support for the externalResourcesRequired attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698