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

Unified Diff: Source/core/rendering/svg/SVGTextQuery.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
« no previous file with comments | « Source/core/rendering/svg/SVGTextQuery.h ('k') | Source/core/rendering/svg/SVGTextRunRenderingContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/SVGTextQuery.cpp
diff --git a/Source/core/rendering/svg/SVGTextQuery.cpp b/Source/core/rendering/svg/SVGTextQuery.cpp
index b885475a4f415859a0d219dc4c72419e309713f3..862352010e21ebe806b04a8bb7a9026d41de3cde 100644
--- a/Source/core/rendering/svg/SVGTextQuery.cpp
+++ b/Source/core/rendering/svg/SVGTextQuery.cpp
@@ -18,17 +18,17 @@
*/
#include "config.h"
-#include "SVGTextQuery.h"
+#include "core/rendering/svg/SVGTextQuery.h"
#if ENABLE(SVG)
#include "InlineFlowBox.h"
#include "RenderBlock.h"
#include "RenderInline.h"
-#include "RenderSVGInlineText.h"
-#include "SVGInlineTextBox.h"
-#include "SVGTextMetrics.h"
#include "VisiblePosition.h"
#include "core/platform/FloatConversion.h"
+#include "core/rendering/svg/RenderSVGInlineText.h"
+#include "core/rendering/svg/SVGInlineTextBox.h"
+#include "core/rendering/svg/SVGTextMetrics.h"
#include <wtf/MathExtras.h>
« no previous file with comments | « Source/core/rendering/svg/SVGTextQuery.h ('k') | Source/core/rendering/svg/SVGTextRunRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698