Chromium Code Reviews| Index: ui/gfx/render_text_win.h |
| diff --git a/ui/gfx/render_text_win.h b/ui/gfx/render_text_win.h |
| index 620ef092dff98fd2175427ab390b253aa3057198..4ec072489b7875c451c010df025b1dd2d9aba9d3 100644 |
| --- a/ui/gfx/render_text_win.h |
| +++ b/ui/gfx/render_text_win.h |
| @@ -87,6 +87,8 @@ class RenderTextWin : public RenderText { |
| private: |
| FRIEND_TEST_ALL_PREFIXES(RenderTextTest, Win_LogicalClusters); |
| + FRIEND_TEST_ALL_PREFIXES(RenderTextTest, Multiline_MinWidth); |
| + FRIEND_TEST_ALL_PREFIXES(RenderTextTest, Multiline_NormalWidth); |
| void ItemizeLogicalText(); |
| void LayoutVisualText(); |
| @@ -122,6 +124,7 @@ class RenderTextWin : public RenderText { |
| ScopedVector<internal::TextRun> runs_; |
| Size string_size_; |
| + Size multiline_string_size_; |
|
msw
2013/09/06 23:47:45
Disambiguate these two sizes in a comment, what do
ckocagil
2013/09/11 14:59:49
Done.
|
| // A common vertical baseline for all the text runs. This is computed as the |
| // largest baseline over all the runs' fonts. |