| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index 821a60988bb5ac8e6e0b952785987e542e45f9a6..3b2798934342ced932c151384edea8affe78d51a 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -20,7 +20,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "SVGInlineTextBox.h"
|
| +#include "core/rendering/svg/SVGInlineTextBox.h"
|
|
|
| #if ENABLE(SVG)
|
| #include "Frame.h"
|
| @@ -29,16 +29,16 @@
|
| #include "InlineFlowBox.h"
|
| #include "PointerEventsHitRules.h"
|
| #include "RenderBlock.h"
|
| -#include "RenderSVGInlineText.h"
|
| -#include "RenderSVGResource.h"
|
| -#include "RenderSVGResourceSolidColor.h"
|
| -#include "SVGRenderingContext.h"
|
| -#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"
|
| +#include "core/rendering/svg/RenderSVGInlineText.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
| +#include "core/rendering/svg/RenderSVGResourceSolidColor.h"
|
| +#include "core/rendering/svg/SVGRenderingContext.h"
|
| +#include "core/rendering/svg/SVGResourcesCache.h"
|
| +#include "core/rendering/svg/SVGRootInlineBox.h"
|
| +#include "core/rendering/svg/SVGTextRunRenderingContext.h"
|
|
|
| using namespace std;
|
|
|
|
|