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

Unified Diff: Source/core/svg/SVGPathUtilities.h

Issue 18707002: Reduce number of header includes in SVG (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add Samsung copyright Created 7 years, 5 months 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
« no previous file with comments | « Source/core/svg/SVGPathTraversalStateBuilder.cpp ('k') | Source/core/svg/SVGPatternElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathUtilities.h
diff --git a/Source/core/svg/SVGPathUtilities.h b/Source/core/svg/SVGPathUtilities.h
index 89f16d43abe263698d545b02f81af71cee3de0c0..7ddf08f792464a69ebf94a6acad3a4b6b24a27ec 100644
--- a/Source/core/svg/SVGPathUtilities.h
+++ b/Source/core/svg/SVGPathUtilities.h
@@ -20,9 +20,7 @@
#ifndef SVGPathUtilities_h
#define SVGPathUtilities_h
-#include "core/svg/SVGPathByteStream.h"
#include "core/svg/SVGPathConsumer.h"
-#include "core/svg/SVGPathSeg.h"
#include <wtf/OwnPtr.h>
#include <wtf/text/WTFString.h>
@@ -31,6 +29,7 @@ namespace WebCore {
class Path;
class SVGPathByteStream;
class SVGPathElement;
+class SVGPathSeg;
class SVGPathSegList;
// String/SVGPathByteStream -> Path
« no previous file with comments | « Source/core/svg/SVGPathTraversalStateBuilder.cpp ('k') | Source/core/svg/SVGPatternElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698