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

Unified Diff: Source/core/layout/svg/SVGTextLayoutEngine.cpp

Issue 1041153002: Rearrange some includes for core/layout/svg/SVGText* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/layout/svg/SVGTextLayoutEngine.cpp
diff --git a/Source/core/layout/svg/SVGTextLayoutEngine.cpp b/Source/core/layout/svg/SVGTextLayoutEngine.cpp
index f2aa6615a4edd072657558cfe4a04f0567e0a045..1cc13fb742e36c5ae033fa9173f2b1bfba52a599 100644
--- a/Source/core/layout/svg/SVGTextLayoutEngine.cpp
+++ b/Source/core/layout/svg/SVGTextLayoutEngine.cpp
@@ -18,7 +18,6 @@
*/
#include "config.h"
-
#include "core/layout/svg/SVGTextLayoutEngine.h"
#include "core/layout/svg/LayoutSVGInlineText.h"
@@ -28,6 +27,7 @@
#include "core/layout/svg/line/SVGInlineTextBox.h"
#include "core/svg/SVGElement.h"
#include "core/svg/SVGLengthContext.h"
+#include "core/svg/SVGTextContentElement.h"
// Set to a value > 0 to dump the text fragments
#define DUMP_TEXT_FRAGMENTS 0
« no previous file with comments | « Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h ('k') | Source/core/layout/svg/SVGTextLayoutEngineBaseline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698