Index: Source/core/svg/SVGPathTraversalStateBuilder.h |
diff --git a/Source/core/svg/SVGPathTraversalStateBuilder.h b/Source/core/svg/SVGPathTraversalStateBuilder.h |
index 68f9bc4a31bf8cc2e2e36c833ef93f591a4bb0c0..19a8ca8ad5f2a93a715219865f5184322981ff31 100644 |
--- a/Source/core/svg/SVGPathTraversalStateBuilder.h |
+++ b/Source/core/svg/SVGPathTraversalStateBuilder.h |
@@ -22,11 +22,12 @@ |
#define SVGPathTraversalStateBuilder_h |
#include "core/platform/graphics/FloatPoint.h" |
-#include "core/platform/graphics/PathTraversalState.h" |
#include "core/svg/SVGPathConsumer.h" |
namespace WebCore { |
+class PathTraversalState; |
+ |
class SVGPathTraversalStateBuilder : public SVGPathConsumer { |
public: |
SVGPathTraversalStateBuilder(); |