| Index: ui/gfx/render_text_win.h
|
| ===================================================================
|
| --- ui/gfx/render_text_win.h (revision 100008)
|
| +++ ui/gfx/render_text_win.h (working copy)
|
| @@ -63,6 +63,7 @@
|
| virtual SelectionModel FindCursorPosition(const Point& point) OVERRIDE;
|
| virtual Rect GetCursorBounds(const SelectionModel& selection,
|
| bool insert_mode) OVERRIDE;
|
| + virtual size_t GetIndexOfNextGrapheme(size_t position) OVERRIDE;
|
|
|
| protected:
|
| // Overridden from RenderText:
|
| @@ -74,6 +75,7 @@
|
| virtual SelectionModel RightEndSelectionModel() OVERRIDE;
|
| virtual size_t GetIndexOfPreviousGrapheme(size_t position) OVERRIDE;
|
| virtual std::vector<Rect> GetSubstringBounds(size_t from, size_t to) OVERRIDE;
|
| + virtual bool IsCursorablePosition(size_t position) OVERRIDE;
|
|
|
| private:
|
| void ItemizeLogicalText();
|
|
|