Chromium Code Reviews| Index: ui/gfx/render_text_mac.cc |
| =================================================================== |
| --- ui/gfx/render_text_mac.cc (revision 201137) |
| +++ ui/gfx/render_text_mac.cc (working copy) |
| @@ -68,9 +68,7 @@ |
| return SelectionModel(); |
| } |
| -void RenderTextMac::GetGlyphBounds(size_t index, |
| - ui::Range* xspan, |
| - int* height) { |
| +ui::Range RenderTextMac::GetGlyphBounds(size_t index) { |
| // TODO(asvitkine): Implement this. http://crbug.com/131618 |
|
msw
2013/05/23 21:07:27
nit: This probably needs a return statement.
Peter Kasting
2013/05/23 21:09:11
Yes.
|
| } |