| Index: Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| diff --git a/Source/core/paint/SVGInlineTextBoxPainter.cpp b/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| index 00e4310ac025bf0fffa0e91ef34de77bf23d1093..16a5355d17b17ba946666f140b00c47057b8e98f 100644
|
| --- a/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| +++ b/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| @@ -5,9 +5,9 @@
|
| #include "config.h"
|
| #include "core/paint/SVGInlineTextBoxPainter.h"
|
|
|
| -#include "core/dom/DocumentMarkerController.h"
|
| -#include "core/dom/RenderedDocumentMarker.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/LayoutTheme.h"
|
| #include "core/layout/api/SelectionState.h"
|
|
|