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

Unified Diff: third_party/WebKit/Source/platform/fonts/SymbolsIterator.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/SymbolsIterator.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp b/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp
index 0454a2bea1858e522d0f3fe391d436309547dc22..59d40e797ce054151d3e1c45a1109a2bd29cb33b 100644
--- a/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp
+++ b/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp
@@ -109,8 +109,8 @@ bool SymbolsIterator::consume(unsigned* symbolsLimit,
m_currentFontFallbackPriority = FontFallbackPriority::EmojiEmoji;
}
- // Upgrade text presentation emoji to emoji presentation when followed by ZWJ,
- // Example U+1F441 U+200D U+1F5E8, eye + ZWJ + left speech bubble.
+ // Upgrade text presentation emoji to emoji presentation when followed by
+ // ZWJ, Example U+1F441 U+200D U+1F5E8, eye + ZWJ + left speech bubble.
if ((m_nextChar == eyeCharacter ||
m_nextChar == wavingWhiteFlagCharacter) &&
peekChar == zeroWidthJoinerCharacter) {

Powered by Google App Engine
This is Rietveld 408576698