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

Unified Diff: Source/core/rendering/svg/SVGTextLayoutEngine.h

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/SVGTextLayoutEngine.h
diff --git a/Source/core/rendering/svg/SVGTextLayoutEngine.h b/Source/core/rendering/svg/SVGTextLayoutEngine.h
index e2287e748a692ea34a79cc4d63574c6976dadd20..1edffd073f8e320b9aad28592059aeab1e59dd21 100644
--- a/Source/core/rendering/svg/SVGTextLayoutEngine.h
+++ b/Source/core/rendering/svg/SVGTextLayoutEngine.h
@@ -21,11 +21,11 @@
#define SVGTextLayoutEngine_h
#if ENABLE(SVG)
-#include "SVGTextChunkBuilder.h"
-#include "SVGTextFragment.h"
-#include "SVGTextLayoutAttributes.h"
-#include "SVGTextMetrics.h"
#include "core/platform/graphics/Path.h"
+#include "core/rendering/svg/SVGTextChunkBuilder.h"
+#include "core/rendering/svg/SVGTextFragment.h"
+#include "core/rendering/svg/SVGTextLayoutAttributes.h"
+#include "core/rendering/svg/SVGTextMetrics.h"
#include <wtf/Vector.h>
namespace WebCore {
« no previous file with comments | « Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp ('k') | Source/core/rendering/svg/SVGTextLayoutEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698