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

Unified Diff: Source/core/rendering/svg/SVGTextLayoutEngineBaseline.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/SVGTextLayoutEngineBaseline.cpp
diff --git a/Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp b/Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp
index 124042b626fe3189cc51bd23c0aa90cd8cf9076e..fd56f3afb2e3ab192db3e444c41ffc776e399880 100644
--- a/Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp
+++ b/Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp
@@ -20,14 +20,14 @@
#include "config.h"
#if ENABLE(SVG)
-#include "SVGTextLayoutEngineBaseline.h"
+#include "core/rendering/svg/SVGTextLayoutEngineBaseline.h"
#include "RenderObject.h"
#include "SVGLengthContext.h"
-#include "SVGTextMetrics.h"
#include "core/platform/graphics/Font.h"
#include "core/platform/text/UnicodeRange.h"
#include "core/rendering/style/SVGRenderStyle.h"
+#include "core/rendering/svg/SVGTextMetrics.h"
namespace WebCore {
« no previous file with comments | « Source/core/rendering/svg/SVGTextLayoutEngine.cpp ('k') | Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698