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

Unified Diff: Source/platform/fonts/mac/MemoryActivatedFont.mm

Issue 623833002: Rename FontPlatformDataCocoa and remove fonts/cocoa directory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/platform/fonts/mac/FontPlatformDataMac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/mac/MemoryActivatedFont.mm
diff --git a/Source/platform/fonts/mac/MemoryActivatedFont.mm b/Source/platform/fonts/mac/MemoryActivatedFont.mm
index caaf16d57028fc0fc193adc7c6e8111ce4694176..b2e1a21005e6020a2f1ac5ad9bf7efe15bf1208d 100644
--- a/Source/platform/fonts/mac/MemoryActivatedFont.mm
+++ b/Source/platform/fonts/mac/MemoryActivatedFont.mm
@@ -21,7 +21,7 @@
*/
// This file provides additional functionality to the Mac FontPlatformData class
-// defined in WebCore/platform/cocoa/FontPlatformDataCocoa.mm .
+// defined in WebCore/platform/mac/FontPlatformDataMac.mm.
// Because we want to support loading fonts between processes in the face of
// font loading being blocked by the sandbox, we need a mechnasim to both
// do the loading of in-memory fonts and keep track of them.
« no previous file with comments | « Source/platform/fonts/mac/FontPlatformDataMac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698