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

Unified Diff: sky/engine/platform/fonts/FontCache.h

Issue 709603006: Remove a bunch of OS(MACOSX) code (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Even more Created 6 years, 1 month 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
Index: sky/engine/platform/fonts/FontCache.h
diff --git a/sky/engine/platform/fonts/FontCache.h b/sky/engine/platform/fonts/FontCache.h
index d7b9d2117a7a81cec38045d72546d38e1a8b8fdd..e68a6cca0b08651193c60f3c2746a0c03a670a30 100644
--- a/sky/engine/platform/fonts/FontCache.h
+++ b/sky/engine/platform/fonts/FontCache.h
@@ -136,7 +136,7 @@ private:
// Don't purge if this count is > 0;
int m_purgePreventCount;
-#if OS(MACOSX) || OS(ANDROID)
+#if OS(ANDROID)
friend class ComplexTextController;
#endif
friend class SimpleFontData; // For fontDataFromFontPlatformData

Powered by Google App Engine
This is Rietveld 408576698