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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.cpp

Issue 2015583003: Remove assorted unnecessary includes in core/layout/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.cpp b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.cpp
index 709ea20d817d100509c6e2248d1ff49504de6fce..00274e4d65288fdf28298c3a8ebaa997beeab0e4 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.cpp
@@ -19,12 +19,9 @@
#include "core/layout/svg/SVGTextLayoutEngineBaseline.h"
-#include "core/layout/LayoutObject.h"
-#include "core/layout/svg/SVGTextMetrics.h"
#include "core/style/SVGComputedStyle.h"
#include "core/svg/SVGLengthContext.h"
#include "platform/fonts/Font.h"
-#include "platform/text/UnicodeRange.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698