| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index 41c93bc240111b1136263d63c093caf4b7e1b0a4..4a1d5a0e92d48464bda75c7ed7318c03363b6084 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -34,12 +34,9 @@
|
| #include "core/rendering/RenderInline.h"
|
| #include "core/rendering/RenderTheme.h"
|
| #include "core/rendering/svg/RenderSVGInlineText.h"
|
| -#include "core/rendering/svg/RenderSVGResource.h"
|
| -#include "core/rendering/svg/RenderSVGResourceSolidColor.h"
|
| #include "core/rendering/svg/SVGTextRunRenderingContext.h"
|
| #include "platform/FloatConversion.h"
|
| #include "platform/fonts/FontCache.h"
|
| -#include "platform/graphics/GraphicsContextStateSaver.h"
|
|
|
| namespace blink {
|
|
|
|
|