| Index: Source/core/platform/graphics/FontFastPath.cpp
|
| diff --git a/Source/core/platform/graphics/FontFastPath.cpp b/Source/core/platform/graphics/FontFastPath.cpp
|
| index aae868ad95f086a619833118eb473ca86713b4d8..f94ce0cfb81615832edea9b8d3df5d8012dc7f05 100644
|
| --- a/Source/core/platform/graphics/FontFastPath.cpp
|
| +++ b/Source/core/platform/graphics/FontFastPath.cpp
|
| @@ -23,7 +23,6 @@
|
| #include "config.h"
|
| #include "core/platform/graphics/Font.h"
|
|
|
| -#include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/FontCache.h"
|
| #include "core/platform/graphics/FontFallbackList.h"
|
| #include "core/platform/graphics/GlyphBuffer.h"
|
| @@ -31,6 +30,7 @@
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| #include "core/platform/graphics/TextRun.h"
|
| #include "core/platform/graphics/WidthIterator.h"
|
| +#include "platform/geometry/FloatRect.h"
|
| #include "wtf/MainThread.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/unicode/CharacterNames.h"
|
|
|