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

Unified Diff: Source/core/rendering/svg/SVGTextMetrics.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/SVGTextMetrics.cpp
diff --git a/Source/core/rendering/svg/SVGTextMetrics.cpp b/Source/core/rendering/svg/SVGTextMetrics.cpp
index 96bab3e62a89aeed97337fe451c6c782d4c095ef..fb97eb4603f8848562a7049b5096a2e1877d3bca 100644
--- a/Source/core/rendering/svg/SVGTextMetrics.cpp
+++ b/Source/core/rendering/svg/SVGTextMetrics.cpp
@@ -20,11 +20,11 @@
#include "config.h"
#if ENABLE(SVG)
-#include "SVGTextMetrics.h"
+#include "core/rendering/svg/SVGTextMetrics.h"
-#include "RenderSVGInlineText.h"
-#include "SVGTextRunRenderingContext.h"
#include "core/platform/graphics/WidthIterator.h"
+#include "core/rendering/svg/RenderSVGInlineText.h"
+#include "core/rendering/svg/SVGTextRunRenderingContext.h"
namespace WebCore {
« no previous file with comments | « Source/core/rendering/svg/SVGTextLayoutEngineSpacing.cpp ('k') | Source/core/rendering/svg/SVGTextMetricsBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698