| Index: Source/core/platform/graphics/Font.cpp
|
| diff --git a/Source/core/platform/graphics/Font.cpp b/Source/core/platform/graphics/Font.cpp
|
| index bdf6843bacee85a6d2308a259c986942b99a866a..ea81c2b9cc51868f247854096cfc5b3f7bce229f 100644
|
| --- a/Source/core/platform/graphics/Font.cpp
|
| +++ b/Source/core/platform/graphics/Font.cpp
|
| @@ -24,10 +24,10 @@
|
| #include "config.h"
|
| #include "core/platform/graphics/Font.h"
|
|
|
| -#include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/TextRun.h"
|
| #include "core/platform/graphics/WidthIterator.h"
|
| #include "core/platform/text/transcoder/FontTranscoder.h"
|
| +#include "platform/geometry/FloatRect.h"
|
| #include "wtf/MainThread.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/StdLibExtras.h"
|
|
|