| Index: third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| index c7e7b479bb646d7c8496af50385481470b64f933..c77d217c36dd160de47222cb8f0dab1f5b0e5ec1 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| @@ -21,20 +21,12 @@
|
|
|
| #include "core/layout/svg/line/SVGInlineTextBox.h"
|
|
|
| -#include "core/editing/Editor.h"
|
| -#include "core/editing/markers/DocumentMarkerController.h"
|
| -#include "core/editing/markers/RenderedDocumentMarker.h"
|
| -#include "core/frame/LocalFrame.h"
|
| #include "core/layout/HitTestResult.h"
|
| -#include "core/layout/LayoutInline.h"
|
| -#include "core/layout/LayoutTheme.h"
|
| #include "core/layout/PointerEventsHitRules.h"
|
| #include "core/layout/api/LineLayoutSVGInlineText.h"
|
| -#include "core/layout/line/InlineFlowBox.h"
|
| #include "core/layout/svg/LayoutSVGInlineText.h"
|
| #include "core/paint/SVGInlineTextBoxPainter.h"
|
| #include "platform/FloatConversion.h"
|
| -#include "platform/fonts/FontCache.h"
|
|
|
| namespace blink {
|
|
|
|
|