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

Unified Diff: Source/core/platform/graphics/FontCache.h

Issue 14107015: Rename OS(DARWIN) to OS(MACOSX). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 3 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/Font.cpp ('k') | Source/core/platform/graphics/FontCustomPlatformData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/FontCache.h
diff --git a/Source/core/platform/graphics/FontCache.h b/Source/core/platform/graphics/FontCache.h
index 1c6975f0eecfa548b01db88adaff40f38f683109..1951019522ed2771dbde4fb9724ab08c8c9630b8 100644
--- a/Source/core/platform/graphics/FontCache.h
+++ b/Source/core/platform/graphics/FontCache.h
@@ -147,7 +147,7 @@ private:
OwnPtr<SkFontMgr> m_fontManager;
#endif
-#if OS(DARWIN) || OS(ANDROID)
+#if OS(MACOSX) || OS(ANDROID)
friend class ComplexTextController;
#endif
friend class SimpleFontData; // For getFontResourceData(const FontPlatformData*)
« no previous file with comments | « Source/core/platform/graphics/Font.cpp ('k') | Source/core/platform/graphics/FontCustomPlatformData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698