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

Unified Diff: Source/core/rendering/svg/RenderSVGTextPath.cpp

Issue 14487005: Absolutify paths to rendering/svg/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
Index: Source/core/rendering/svg/RenderSVGTextPath.cpp
diff --git a/Source/core/rendering/svg/RenderSVGTextPath.cpp b/Source/core/rendering/svg/RenderSVGTextPath.cpp
index e783143e65de941ea528f5a8cd8a1de3c8476fcb..2aace1ed0a8ad77ff5c46caa15c7a9a1e0cdd8e2 100644
--- a/Source/core/rendering/svg/RenderSVGTextPath.cpp
+++ b/Source/core/rendering/svg/RenderSVGTextPath.cpp
@@ -20,17 +20,17 @@
#include "config.h"
#if ENABLE(SVG)
-#include "RenderSVGTextPath.h"
+#include "core/rendering/svg/RenderSVGTextPath.h"
#include "RenderBlock.h"
-#include "SVGInlineTextBox.h"
#include "SVGNames.h"
-#include "SVGPathData.h"
#include "SVGPathElement.h"
-#include "SVGRootInlineBox.h"
#include "SVGTextPathElement.h"
#include "SVGTransformList.h"
#include "core/platform/graphics/FloatQuad.h"
+#include "core/rendering/svg/SVGInlineTextBox.h"
+#include "core/rendering/svg/SVGPathData.h"
+#include "core/rendering/svg/SVGRootInlineBox.h"
namespace WebCore {
« no previous file with comments | « Source/core/rendering/svg/RenderSVGTextPath.h ('k') | Source/core/rendering/svg/RenderSVGTransformableContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698