Chromium Code Reviews| Index: ui/gfx/render_text.h |
| diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h |
| index 00fe00c8e734d7bfc0eebaf5bbaee6601c36ef8e..b7dd47047186856ed678cdd3cc3a66fec36562ad 100644 |
| --- a/ui/gfx/render_text.h |
| +++ b/ui/gfx/render_text.h |
| @@ -171,7 +171,7 @@ struct LineSegment { |
| }; |
| // A line of display text, comprised of a line segment list and some metrics. |
| -struct Line { |
| + struct Line { |
|
msw
2017/04/18 17:23:44
nit: revert this spacing change.
simonhong
2017/04/18 19:56:02
Done.
|
| Line(); |
| Line(const Line& other); |
| ~Line(); |