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; |