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..67672d6814687b0584e1e232492d877adae39faf 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 GFX_EXPORT Line { |
| Line(); |
| Line(const Line& other); |
| ~Line(); |