| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index c489218ba0f136406189fef28179f0f0204b2ad3..821a60988bb5ac8e6e0b952785987e542e45f9a6 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -23,7 +23,6 @@
|
| #include "SVGInlineTextBox.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "FloatConversion.h"
|
| #include "Frame.h"
|
| #include "FrameView.h"
|
| #include "HitTestResult.h"
|
| @@ -37,6 +36,7 @@
|
| #include "SVGResourcesCache.h"
|
| #include "SVGRootInlineBox.h"
|
| #include "SVGTextRunRenderingContext.h"
|
| +#include "core/platform/FloatConversion.h"
|
| #include "core/platform/graphics/FontCache.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
|
|
|
|