| Index: Source/core/rendering/svg/SVGTextLayoutEngine.h
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutEngine.h b/Source/core/rendering/svg/SVGTextLayoutEngine.h
|
| index e2287e748a692ea34a79cc4d63574c6976dadd20..1edffd073f8e320b9aad28592059aeab1e59dd21 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutEngine.h
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutEngine.h
|
| @@ -21,11 +21,11 @@
|
| #define SVGTextLayoutEngine_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGTextChunkBuilder.h"
|
| -#include "SVGTextFragment.h"
|
| -#include "SVGTextLayoutAttributes.h"
|
| -#include "SVGTextMetrics.h"
|
| #include "core/platform/graphics/Path.h"
|
| +#include "core/rendering/svg/SVGTextChunkBuilder.h"
|
| +#include "core/rendering/svg/SVGTextFragment.h"
|
| +#include "core/rendering/svg/SVGTextLayoutAttributes.h"
|
| +#include "core/rendering/svg/SVGTextMetrics.h"
|
| #include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|