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) { |
+void RenderTextMac::GetGlyphBounds(size_t index, ui::Range* xspan) { |
// TODO(asvitkine): Implement this. http://crbug.com/131618 |
} |