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