Index: ui/gfx/render_text_mac.h |
diff --git a/ui/gfx/render_text_mac.h b/ui/gfx/render_text_mac.h |
index 345fef0e98d5bbb67e6a062db3d6c48b66c3e64b..736b18db8b60f5db36d9d3815b86aa8400b52d8d 100644 |
--- a/ui/gfx/render_text_mac.h |
+++ b/ui/gfx/render_text_mac.h |
@@ -36,9 +36,6 @@ class RenderTextMac : 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; |