| 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 {
|
|
|
|
|