| Index: Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
|
| index eaf01967a6085cfb8695612f9c3dfd1187d97f26..08468fa67d60c9a2566271e826a6c23c1faa4cd0 100644
|
| --- a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
|
| @@ -25,7 +25,6 @@
|
|
|
| #include "SVGNames.h"
|
| #include "core/platform/graphics/Font.h"
|
| -#include "core/platform/graphics/GlyphBuffer.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/WidthIterator.h"
|
| #include "core/rendering/RenderObject.h"
|
| @@ -35,6 +34,7 @@
|
| #include "core/svg/SVGFontElement.h"
|
| #include "core/svg/SVGFontFaceElement.h"
|
| #include "core/svg/SVGGlyphElement.h"
|
| +#include "platform/fonts/GlyphBuffer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|