Chromium Code Reviews

Unified Diff: Source/core/svg/SVGTextPathElement.cpp

Issue 601833002: Remove unused headers from RenderSVGResource.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/svg/SVGPolyElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTextPathElement.cpp
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
index ba88c8abfb755f8255030560eb31b767f629ed5b..f2decf8ee0965d94bc40c3da34ea8723e0006a34 100644
--- a/Source/core/svg/SVGTextPathElement.cpp
+++ b/Source/core/svg/SVGTextPathElement.cpp
@@ -19,12 +19,12 @@
*/
#include "config.h"
-
#include "core/svg/SVGTextPathElement.h"
#include "core/XLinkNames.h"
#include "core/rendering/svg/RenderSVGResource.h"
#include "core/rendering/svg/RenderSVGTextPath.h"
+#include "core/svg/SVGDocumentExtensions.h"
namespace blink {
« no previous file with comments | « Source/core/svg/SVGPolyElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine