Chromium Code Reviews

Unified Diff: Source/core/platform/graphics/mac/SimpleFontDataMac.mm

Issue 48113009: Move Font related classes to Source/platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mac export Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/platform/graphics/mac/SimpleFontDataMac.mm
diff --git a/Source/core/platform/graphics/mac/SimpleFontDataMac.mm b/Source/core/platform/graphics/mac/SimpleFontDataMac.mm
index 19276cad17b3c6d3e92cef0779c93381cff340ae..ab684575cb00c6f4969c75b6436d3b0c9f946ef6 100644
--- a/Source/core/platform/graphics/mac/SimpleFontDataMac.mm
+++ b/Source/core/platform/graphics/mac/SimpleFontDataMac.mm
@@ -34,8 +34,8 @@
#import "platform/SharedBuffer.h"
#import "core/platform/graphics/Font.h"
#import "core/platform/graphics/FontCache.h"
-#import "core/platform/graphics/FontDescription.h"
#import "core/platform/mac/BlockExceptions.h"
+#import "platform/fonts/FontDescription.h"
#import "platform/geometry/FloatRect.h"
#import "platform/graphics/Color.h"
#import <wtf/Assertions.h>
« no previous file with comments | « Source/core/platform/graphics/mac/FontMac.cpp ('k') | Source/core/platform/graphics/opentype/OpenTypeVerticalData.h » ('j') | no next file with comments »

Powered by Google App Engine