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

Unified Diff: third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp

Issue 2386333002: reflow comments in platform/fonts (Closed)
Patch Set: comments Created 4 years, 2 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/android/FontCacheAndroidTest.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
index df7c9dcae36996923c682e672b784ad0264af513..827c8dc0847204dd406adb8b04844077787ae2e9 100644
--- a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
+++ b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
@@ -35,7 +35,8 @@ TEST(FontCacheAndroid, genericFamilyNameForScript) {
if (FontFamilyNames::webkit_standard.isEmpty())
FontFamilyNames::init();
- // For non-CJK, getGenericFamilyNameForScript should return the given familyName.
+ // For non-CJK, getGenericFamilyNameForScript should return the given
+ // familyName.
EXPECT_EQ(FontFamilyNames::webkit_standard,
FontCache::getGenericFamilyNameForScript(
FontFamilyNames::webkit_standard, english));
@@ -43,7 +44,8 @@ TEST(FontCacheAndroid, genericFamilyNameForScript) {
FontCache::getGenericFamilyNameForScript(
FontFamilyNames::webkit_monospace, english));
- // For CJK, getGenericFamilyNameForScript should return CJK fonts except monospace.
+ // For CJK, getGenericFamilyNameForScript should return CJK fonts except
+ // monospace.
EXPECT_NE(FontFamilyNames::webkit_standard,
FontCache::getGenericFamilyNameForScript(
FontFamilyNames::webkit_standard, chinese));

Powered by Google App Engine
This is Rietveld 408576698