| Index: Source/core/platform/graphics/FontFastPath.cpp
|
| diff --git a/Source/core/platform/graphics/FontFastPath.cpp b/Source/core/platform/graphics/FontFastPath.cpp
|
| index db9684dd6029c79cfaf4e098eb6f0afe2566e693..39ad4ba441dca19bfce7db44a5be4bec4b37a84d 100644
|
| --- a/Source/core/platform/graphics/FontFastPath.cpp
|
| +++ b/Source/core/platform/graphics/FontFastPath.cpp
|
| @@ -25,10 +25,10 @@
|
|
|
| #include "core/platform/graphics/FontCache.h"
|
| #include "core/platform/graphics/FontFallbackList.h"
|
| -#include "core/platform/graphics/GlyphBuffer.h"
|
| #include "core/platform/graphics/GlyphPageTreeNode.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| #include "core/platform/graphics/WidthIterator.h"
|
| +#include "platform/fonts/GlyphBuffer.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/graphics/TextRun.h"
|
| #include "wtf/MainThread.h"
|
|
|