| Index: ui/gfx/render_text_mac.cc
|
| diff --git a/ui/gfx/render_text_mac.cc b/ui/gfx/render_text_mac.cc
|
| index f6a1b78c432459d585a54990873edd5460eebe0e..d15dd03a827025ba0a9cedc47676bebfd8eb2e4b 100644
|
| --- a/ui/gfx/render_text_mac.cc
|
| +++ b/ui/gfx/render_text_mac.cc
|
| @@ -61,13 +61,6 @@ SelectionModel RenderTextMac::AdjacentCharSelectionModel(
|
| return SelectionModel();
|
| }
|
|
|
| -SelectionModel RenderTextMac::AdjacentWordSelectionModel(
|
| - const SelectionModel& selection,
|
| - VisualCursorDirection direction) {
|
| - // TODO(asvitkine): Implement this. http://crbug.com/131618
|
| - return SelectionModel();
|
| -}
|
| -
|
| ui::Range RenderTextMac::GetGlyphBounds(size_t index) {
|
| // TODO(asvitkine): Implement this. http://crbug.com/131618
|
| return ui::Range();
|
|
|