| Index: Source/platform/mac/VersionUtilMac.h
|
| diff --git a/Source/platform/mac/VersionUtilMac.h b/Source/platform/mac/VersionUtilMac.h
|
| index 91e01c588d00ff4deebc061a1864f864f0e10205..a7d0edf8ac112736850cfda8c1b1b48c732a77c7 100644
|
| --- a/Source/platform/mac/VersionUtilMac.h
|
| +++ b/Source/platform/mac/VersionUtilMac.h
|
| @@ -13,6 +13,10 @@ namespace blink {
|
| PLATFORM_EXPORT bool IsOSMavericksOrEarlier();
|
| PLATFORM_EXPORT bool IsOSMavericks();
|
|
|
| +// Yosemite is Mac OS X 10.10, Darwin 14.
|
| +PLATFORM_EXPORT bool IsOSYosemiteOrEarlier();
|
| +PLATFORM_EXPORT bool IsOSYosemite();
|
| +
|
| } // namespace blink
|
|
|
| #endif // VersionUtilMac_h
|
|
|