Chromium Code Reviews| Index: ui/gfx/render_text_win.cc |
| diff --git a/ui/gfx/render_text_win.cc b/ui/gfx/render_text_win.cc |
| index 3bac2f8a226373849e8c2e79b0fcf82730683e69..fb5a96db09ee1f453aef2f913c74e2b91e650225 100644 |
| --- a/ui/gfx/render_text_win.cc |
| +++ b/ui/gfx/render_text_win.cc |
| @@ -593,7 +593,7 @@ void RenderTextWin::DrawVisualText(Canvas* canvas) { |
| } |
| void RenderTextWin::ItemizeLogicalText() { |
| - runs_.reset(); |
| + runs_.clear(); |
| string_size_ = Size(0, GetFont().GetHeight()); |
| common_baseline_ = 0; |