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

Unified Diff: third_party/WebKit/Source/platform/fonts/FontDescription.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/FontDescription.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/FontDescription.cpp b/third_party/WebKit/Source/platform/fonts/FontDescription.cpp
index 0ce062e0264e62cbfa6a41d1b12dc60dc6731b27..5fc2fbe450666d735969aa2378685732b06dbd6d 100644
--- a/third_party/WebKit/Source/platform/fonts/FontDescription.cpp
+++ b/third_party/WebKit/Source/platform/fonts/FontDescription.cpp
@@ -207,9 +207,9 @@ void FontDescription::updateTypesettingFeatures() {
}
// As per CSS (http://dev.w3.org/csswg/css-text-3/#letter-spacing-property),
- // When the effective letter-spacing between two characters is not zero (due to
- // either justification or non-zero computed letter-spacing), user agents should
- // not apply optional ligatures.
+ // When the effective letter-spacing between two characters is not zero (due
+ // to either justification or non-zero computed letter-spacing), user agents
+ // should not apply optional ligatures.
if (m_letterSpacing == 0) {
switch (commonLigaturesState()) {
case FontDescription::DisabledLigaturesState:

Powered by Google App Engine
This is Rietveld 408576698