| Index: Source/core/platform/graphics/FontPlatformData.h
|
| diff --git a/Source/core/platform/graphics/FontPlatformData.h b/Source/core/platform/graphics/FontPlatformData.h
|
| index e05bb0362a7ef0ecf93d35cf54c068006663da1d..e0a1176bee398643fd5a47f847d08b2935c2937a 100644
|
| --- a/Source/core/platform/graphics/FontPlatformData.h
|
| +++ b/Source/core/platform/graphics/FontPlatformData.h
|
| @@ -24,7 +24,7 @@
|
|
|
| // FIXME: This is temporary until all ports switch to using this file.
|
| #if OS(WIN)
|
| -#include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h"
|
| +#include "core/platform/graphics/win/FontPlatformDataWin.h"
|
| #elif !OS(MACOSX)
|
| #include "core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h"
|
|
|
| @@ -54,7 +54,7 @@ typedef const struct __CTFont* CTFontRef;
|
| #include "wtf/text/StringImpl.h"
|
|
|
| #if OS(MACOSX)
|
| -#include "core/platform/graphics/chromium/CrossProcessFontLoading.h"
|
| +#include "core/platform/graphics/mac/MemoryActivatedFont.h"
|
| #endif
|
|
|
| #if OS(MACOSX)
|
|
|