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

Unified Diff: third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.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/GenericFontFamilySettings.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp b/third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp
index 1ca3b073e01b138ef22aaf7a433ce9125754e792..bcaf2310218dbe2c7852f3bbaf779e733a0efb99 100644
--- a/third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp
+++ b/third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp
@@ -54,7 +54,8 @@ GenericFontFamilySettings& GenericFontFamilySettings::operator=(
return *this;
}
-// Sets the entry in the font map for the given script. If family is the empty string, removes the entry instead.
+// Sets the entry in the font map for the given script. If family is the empty
+// string, removes the entry instead.
void GenericFontFamilySettings::setGenericFontFamilyMap(
ScriptFontFamilyMap& fontMap,
const AtomicString& family,
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/FontSelector.h ('k') | third_party/WebKit/Source/platform/fonts/GlyphBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698