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

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

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 months 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/SVGParserUtilities.h
diff --git a/Source/core/svg/SVGParserUtilities.h b/Source/core/svg/SVGParserUtilities.h
index 8aaefbfc6c8d9e8e32e846432fc5ef2f7ee5ed48..3cee63b40ac11e837eefd2e3c251b15e44503036 100644
--- a/Source/core/svg/SVGParserUtilities.h
+++ b/Source/core/svg/SVGParserUtilities.h
@@ -77,12 +77,6 @@ inline bool skipOptionalSVGSpacesOrDelimiter(const CharType*& ptr, const CharTyp
return ptr < end;
}
-#if ENABLE(SVG_FONTS)
-Vector<String> parseDelimitedString(const String& input, const char seperator);
-bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
-bool parseGlyphName(const String& input, HashSet<String>& values);
-#endif
-
template<typename CharType>
bool parseAndSkipTransformType(const CharType*& ptr, const CharType* end, SVGTransformType&);
SVGTransformType parseTransformType(const String&);

Powered by Google App Engine
This is Rietveld 408576698