| Index: Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGInlineText.cpp b/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| index 62f34bcd3a3b816a1348eb14daec9579289817a0..9f0372a2cd972f44a2ebb019f60efa87bb076ac7 100644
|
| --- a/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| @@ -27,7 +27,6 @@
|
| #include "RenderSVGInlineText.h"
|
|
|
| #include "CSSFontSelector.h"
|
| -#include "FloatConversion.h"
|
| #include "RenderBlock.h"
|
| #include "RenderSVGRoot.h"
|
| #include "RenderSVGText.h"
|
| @@ -37,6 +36,7 @@
|
| #include "Settings.h"
|
| #include "StyleResolver.h"
|
| #include "VisiblePosition.h"
|
| +#include "core/platform/FloatConversion.h"
|
| #include "core/platform/graphics/FloatQuad.h"
|
|
|
| namespace WebCore {
|
|
|