| Index: Source/core/svg/SVGPathConsumer.h
|
| diff --git a/Source/core/svg/SVGPathConsumer.h b/Source/core/svg/SVGPathConsumer.h
|
| index 0327a750a14d02be669487a6cfddc5f697d26a13..138901e56a12d66e0e372649a4919a4c5e345245 100644
|
| --- a/Source/core/svg/SVGPathConsumer.h
|
| +++ b/Source/core/svg/SVGPathConsumer.h
|
| @@ -35,11 +35,6 @@ enum PathCoordinateMode {
|
| RelativeCoordinates
|
| };
|
|
|
| -enum PathParsingMode {
|
| - NormalizedParsing,
|
| - UnalteredParsing
|
| -};
|
| -
|
| struct PathSegmentData;
|
|
|
| class SVGPathConsumer : public NoBaseWillBeGarbageCollectedFinalized<SVGPathConsumer> {
|
|
|