| Index: Source/platform/fonts/mac/MemoryActivatedFont.mm
|
| diff --git a/Source/core/platform/graphics/mac/MemoryActivatedFont.mm b/Source/platform/fonts/mac/MemoryActivatedFont.mm
|
| similarity index 98%
|
| rename from Source/core/platform/graphics/mac/MemoryActivatedFont.mm
|
| rename to Source/platform/fonts/mac/MemoryActivatedFont.mm
|
| index 42fffb94419298fa8bc69519cf758b75d8cacf4c..3f3bbef007da1a75510142b7602762745fc70574 100644
|
| --- a/Source/core/platform/graphics/mac/MemoryActivatedFont.mm
|
| +++ b/Source/platform/fonts/mac/MemoryActivatedFont.mm
|
| @@ -27,11 +27,11 @@
|
| // do the loading of in-memory fonts and keep track of them.
|
|
|
| #import "config.h"
|
| -#import "core/platform/graphics/mac/MemoryActivatedFont.h"
|
| +#import "platform/fonts/mac/MemoryActivatedFont.h"
|
|
|
| #import <AppKit/NSFont.h>
|
| -#import "core/platform/graphics/FontPlatformData.h"
|
| -#include "platform/LinkHash.h"
|
| +#import "platform/LinkHash.h"
|
| +#import "platform/fonts/FontPlatformData.h"
|
| #import "public/platform/mac/WebSandboxSupport.h"
|
| #import "public/platform/Platform.h"
|
| #import "wtf/HashMap.h"
|
|
|