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

Unified Diff: third_party/WebKit/Source/core/layout/line/GlyphOverflow.h

Issue 2393693002: Reformat comments in core/layout/line (Closed)
Patch Set: 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/core/layout/line/GlyphOverflow.h
diff --git a/third_party/WebKit/Source/core/layout/line/GlyphOverflow.h b/third_party/WebKit/Source/core/layout/line/GlyphOverflow.h
index 3bd65eb9517e66e1e0c0876552dbef1bbae6b40b..785a9b912c6714069fdb6384cb02bcaef042ea81 100644
--- a/third_party/WebKit/Source/core/layout/line/GlyphOverflow.h
+++ b/third_party/WebKit/Source/core/layout/line/GlyphOverflow.h
@@ -54,8 +54,10 @@ struct GlyphOverflow {
right = std::max(0.0f, bounds.maxX() - textWidth);
}
- // Top and bottom are the amounts of glyph overflows exceeding the font metrics' ascent and descent, respectively.
- // Left and right are the amounts of glyph overflows exceeding the left and right edge of normal layout boundary, respectively.
+ // Top and bottom are the amounts of glyph overflows exceeding the font
+ // metrics' ascent and descent, respectively. Left and right are the amounts
+ // of glyph overflows exceeding the left and right edge of normal layout
+ // boundary, respectively.
float left;
float right;
float top;
« no previous file with comments | « third_party/WebKit/Source/core/layout/line/EllipsisBox.cpp ('k') | third_party/WebKit/Source/core/layout/line/InlineBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698