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 |