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

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

Issue 1527993002: Tidy up SVGParserUtilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extra math for Android. Created 5 years 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: third_party/WebKit/Source/core/svg/SVGParserUtilities.h
diff --git a/third_party/WebKit/Source/core/svg/SVGParserUtilities.h b/third_party/WebKit/Source/core/svg/SVGParserUtilities.h
index 3254da18e50ff0b9b5db331194ebfb1ec8919c95..e4e788ab18c5ed9c2d5022d0f85c88d2cbde0820 100644
--- a/third_party/WebKit/Source/core/svg/SVGParserUtilities.h
+++ b/third_party/WebKit/Source/core/svg/SVGParserUtilities.h
@@ -23,17 +23,9 @@
#define SVGParserUtilities_h
#include "core/html/parser/HTMLParserIdioms.h"
-#include "core/svg/SVGTransform.h"
-#include "platform/text/ParserUtilities.h"
-#include "wtf/HashSet.h"
-
-typedef std::pair<unsigned, unsigned> UnicodeRange;
-typedef Vector<UnicodeRange> UnicodeRanges;
namespace blink {
-class FloatPoint;
-
enum WhitespaceMode {
DisallowWhitespace = 0,
AllowLeadingWhitespace = 0x1,
@@ -70,10 +62,6 @@ inline bool skipOptionalSVGSpacesOrDelimiter(const CharType*& ptr, const CharTyp
return ptr < end;
}
-template<typename CharType>
-bool parseAndSkipTransformType(const CharType*& ptr, const CharType* end, SVGTransformType&);
-SVGTransformType parseTransformType(const String&);
-
} // namespace blink
#endif // SVGParserUtilities_h

Powered by Google App Engine
This is Rietveld 408576698