| Index: Source/core/svg/SVGPathParser.h
|
| diff --git a/Source/core/svg/SVGPathParser.h b/Source/core/svg/SVGPathParser.h
|
| index c62684e8a9c80f6e536ae6aed4a69ca525d526be..788b447b64a2a871d8ab749c74c8e98c1486469f 100644
|
| --- a/Source/core/svg/SVGPathParser.h
|
| +++ b/Source/core/svg/SVGPathParser.h
|
| @@ -24,12 +24,17 @@
|
| #ifndef SVGPathParser_h
|
| #define SVGPathParser_h
|
|
|
| -#include "core/svg/SVGPathConsumer.h"
|
| #include "core/svg/SVGPathSeg.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
| +enum PathParsingMode {
|
| + NormalizedParsing,
|
| + UnalteredParsing
|
| +};
|
| +
|
| +class SVGPathConsumer;
|
| class SVGPathSource;
|
|
|
| class SVGPathParser final : public NoBaseWillBeGarbageCollected<SVGPathParser> {
|
|
|