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

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

Issue 1424983002: Invalidate scrollbars when window activity changes if needed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: be forceful about 10.6-only Created 5 years 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: third_party/WebKit/Source/platform/mac/VersionUtilMac.h
diff --git a/third_party/WebKit/Source/platform/mac/VersionUtilMac.h b/third_party/WebKit/Source/platform/mac/VersionUtilMac.h
index 6be479880ee2b8a4cc36f98e54b13823339ca34a..677842506360040356a69ca9e1aa148af46e91b7 100644
--- a/third_party/WebKit/Source/platform/mac/VersionUtilMac.h
+++ b/third_party/WebKit/Source/platform/mac/VersionUtilMac.h
@@ -9,7 +9,10 @@
namespace blink {
-// Mavericks is Mac OS X 10.7, Darwin 11.
+// Snow Leopard is Mac OS X 10.6, Darwin 10.
+PLATFORM_EXPORT bool IsOSSnowLeopard();
+
+// Lion is Mac OS X 10.7, Darwin 11.
PLATFORM_EXPORT bool IsOSLionOrEarlier();
// Mavericks is Mac OS X 10.9, Darwin 13.
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/platform/mac/VersionUtilMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698