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

Unified Diff: Source/platform/mac/VersionUtilMac.h

Issue 1284993004: Add a short term solution to fix OSX 10.11 system font rendering problems. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
Index: Source/platform/mac/VersionUtilMac.h
diff --git a/Source/platform/mac/VersionUtilMac.h b/Source/platform/mac/VersionUtilMac.h
index 91e01c588d00ff4deebc061a1864f864f0e10205..5469632a7e7e0d004a245bfbff53d61ed556a763 100644
--- a/Source/platform/mac/VersionUtilMac.h
+++ b/Source/platform/mac/VersionUtilMac.h
@@ -13,6 +13,9 @@ namespace blink {
PLATFORM_EXPORT bool IsOSMavericksOrEarlier();
PLATFORM_EXPORT bool IsOSMavericks();
+// Yosemite is Mac OS X 10.10, Darwin 14.
+PLATFORM_EXPORT bool IsOSYosemiteOrEarlier();
+
} // namespace blink
#endif // VersionUtilMac_h

Powered by Google App Engine
This is Rietveld 408576698