| Index: Source/core/rendering/svg/SVGTextLayoutEngine.h
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutEngine.h b/Source/core/rendering/svg/SVGTextLayoutEngine.h
|
| index 3c6feca885c6429ec79dd27d21693574608a59bc..165a2417d1725d7f2885135db0481e779c6d250a 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutEngine.h
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutEngine.h
|
| @@ -20,11 +20,11 @@
|
| #ifndef SVGTextLayoutEngine_h
|
| #define SVGTextLayoutEngine_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 "platform/graphics/Path.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|