| Index: ui/gfx/render_text_mac.cc
|
| ===================================================================
|
| --- ui/gfx/render_text_mac.cc (revision 201137)
|
| +++ ui/gfx/render_text_mac.cc (working copy)
|
| @@ -68,10 +68,9 @@
|
| 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
|
| + return ui::Range();
|
| }
|
|
|
| std::vector<Rect> RenderTextMac::GetSubstringBounds(const ui::Range& range) {
|
|
|