Index: ui/gfx/render_text_win.h |
diff --git a/ui/gfx/render_text_win.h b/ui/gfx/render_text_win.h |
index 620ef092dff98fd2175427ab390b253aa3057198..3fb61176d378f7a4b347612062b269a155e4150f 100644 |
--- a/ui/gfx/render_text_win.h |
+++ b/ui/gfx/render_text_win.h |
@@ -73,9 +73,6 @@ class RenderTextWin : public RenderText { |
virtual SelectionModel AdjacentCharSelectionModel( |
const SelectionModel& selection, |
VisualCursorDirection direction) OVERRIDE; |
- virtual SelectionModel AdjacentWordSelectionModel( |
- const SelectionModel& selection, |
- VisualCursorDirection direction) OVERRIDE; |
virtual ui::Range GetGlyphBounds(size_t index) OVERRIDE; |
virtual std::vector<Rect> GetSubstringBounds(const ui::Range& range) OVERRIDE; |
virtual size_t TextIndexToLayoutIndex(size_t index) const OVERRIDE; |