| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index aeb1b88fc23dc551bcc1f1c415cbe78b27f5ef5e..f2afa1e653e223a1d4b6de47c9f3ef96c5880919 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "core/frame/Frame.h"
|
| #include "core/frame/FrameView.h"
|
| -#include "core/platform/graphics/FontCache.h"
|
| -#include "core/platform/graphics/GraphicsContextStateSaver.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/InlineFlowBox.h"
|
| #include "core/rendering/PointerEventsHitRules.h"
|
| @@ -36,7 +34,9 @@
|
| #include "core/rendering/svg/SVGResourcesCache.h"
|
| #include "core/rendering/svg/SVGTextRunRenderingContext.h"
|
| #include "platform/FloatConversion.h"
|
| +#include "platform/fonts/FontCache.h"
|
| #include "platform/graphics/DrawLooper.h"
|
| +#include "platform/graphics/GraphicsContextStateSaver.h"
|
|
|
| using namespace std;
|
|
|
|
|