| Index: Source/core/platform/graphics/FontCache.cpp
|
| diff --git a/Source/core/platform/graphics/FontCache.cpp b/Source/core/platform/graphics/FontCache.cpp
|
| index 9f7e72234964c3032e7a3a3691b27c0e1a1b71f1..4ca2e48de204fc26e77334e33a082fc68cef4b74 100644
|
| --- a/Source/core/platform/graphics/FontCache.cpp
|
| +++ b/Source/core/platform/graphics/FontCache.cpp
|
| @@ -33,11 +33,11 @@
|
| #include "FontFamilyNames.h"
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| -#include "core/platform/graphics/AlternateFontFamily.h"
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/FontFallbackList.h"
|
| #include "core/platform/graphics/FontPlatformData.h"
|
| #include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
|
| +#include "platform/fonts/AlternateFontFamily.h"
|
| #include "platform/fonts/FontCacheKey.h"
|
| #include "platform/fonts/FontDescription.h"
|
| #include "platform/fonts/FontSelector.h"
|
|
|