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

Unified Diff: third_party/WebKit/Source/platform/fonts/shaping/Shaper.h

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/shaping/Shaper.h
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/Shaper.h b/third_party/WebKit/Source/platform/fonts/shaping/Shaper.h
index 02e4522c15ca994431de993a54e7302b9b5dc40c..d96ef073f8c4063fa989c52b8405509696629f03 100644
--- a/third_party/WebKit/Source/platform/fonts/shaping/Shaper.h
+++ b/third_party/WebKit/Source/platform/fonts/shaping/Shaper.h
@@ -70,13 +70,13 @@ class PLATFORM_EXPORT Shaper {
// TODO(kojii): These are no longer used in HarfBuzzShaper.
float m_expansion; // Pixels to be distributed over the line at word breaks.
- float
- m_expansionPerOpportunity; // Pixels to be added to each expansion opportunity.
+ float m_expansionPerOpportunity; // Pixels to be added to each expansion
+ // opportunity.
bool m_isAfterExpansion;
private:
- // Emphasis substitution info. If specified, this will be used to replace all glyphs which
- // can receive text emphasis with center-aligned emphasis glyphs.
+ // Emphasis substitution info. If specified, this will be used to replace all
+ // glyphs which can receive text emphasis with center-aligned emphasis glyphs.
const GlyphData* m_emphasisSubstitutionData;
FloatPoint m_emphasisGlyphCenter;
};

Powered by Google App Engine
This is Rietveld 408576698