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

Unified Diff: third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm

Issue 2271653006: base::mac::IsOSSierra() -> base::mac::IsOS10_12(), etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 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: third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm
diff --git a/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm b/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm
index 661ff77ad1c1cf71e890e9e14ed1780c20e9f84c..14bfbd920c48f3580c67a5e393da201c411938dc 100644
--- a/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm
+++ b/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm
@@ -23,7 +23,7 @@ void TestSystemFontContainsString(FontWeight desiredWeight, NSString* substring)
TEST(FontFamilyMatcherMacTest, YosemiteFontWeights)
{
- if (!IsOSYosemite())
+ if (!IsOS10_10())
return;
TestSystemFontContainsString(FontWeight100, @"-UltraLight");

Powered by Google App Engine
This is Rietveld 408576698