Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1315)

Unified Diff: Source/core/platform/mac/WebFontCache.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp ('k') | Source/core/rendering/InlineBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/mac/WebFontCache.mm
diff --git a/Source/core/platform/mac/WebFontCache.mm b/Source/core/platform/mac/WebFontCache.mm
index 6f85e7b341ea74c95708fe6648176cd7d00f552e..bfcab60eae1a01fe10ff2c5e2c98dad65935832a 100644
--- a/Source/core/platform/mac/WebFontCache.mm
+++ b/Source/core/platform/mac/WebFontCache.mm
@@ -33,7 +33,7 @@
#import <AppKit/AppKit.h>
#import <Foundation/Foundation.h>
#import <math.h>
-#import "core/platform/graphics/FontTraitsMask.h"
+#import "platform/fonts/FontTraitsMask.h"
#import <wtf/UnusedParam.h>
using namespace WebCore;
« no previous file with comments | « Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp ('k') | Source/core/rendering/InlineBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698