| Index: third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| index 925f337c8f67aee3e62adc012e0250bc1c1a28fb..792bc62a692d12e890ddcaa6171a44a54f51f325 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/paint/SVGInlineTextBoxPainter.h"
|
|
|
| +#include <memory>
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/markers/DocumentMarkerController.h"
|
| #include "core/editing/markers/RenderedDocumentMarker.h"
|
| @@ -23,7 +24,6 @@
|
| #include "core/style/AppliedTextDecoration.h"
|
| #include "core/style/ShadowList.h"
|
| #include "platform/graphics/GraphicsContextStateSaver.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|