| Index: Source/core/layout/svg/SVGTextChunkBuilder.h
|
| diff --git a/Source/core/layout/svg/SVGTextChunkBuilder.h b/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| index 74436de14ac56d3438956117310761bd59bf0a18..6925f61a1a9a1484a49ff7c56c80ee532ea6b6f1 100644
|
| --- a/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| +++ b/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| @@ -21,6 +21,8 @@
|
| #define SVGTextChunkBuilder_h
|
|
|
| #include "core/layout/svg/SVGTextChunk.h"
|
| +#include "platform/transforms/AffineTransform.h"
|
| +#include "wtf/HashMap.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|