| 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
|
|
|