diff options
Diffstat (limited to 'ui/gfx/render_text.h')
-rw-r--r-- | ui/gfx/render_text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h index 4398366..f50c1d1 100644 --- a/ui/gfx/render_text.h +++ b/ui/gfx/render_text.h @@ -269,8 +269,8 @@ class UI_EXPORT RenderText { // range 0 to text().length() inclusive (the input is clamped if it is out of // that range). Always moves by at least one character index unless the // supplied index is already at the boundary of the string. - virtual size_t IndexOfAdjacentGrapheme(size_t index, - LogicalCursorDirection direction) = 0; + size_t IndexOfAdjacentGrapheme(size_t index, + LogicalCursorDirection direction); // Return a SelectionModel with the cursor at the current selection's start. // The returned value represents a cursor/caret position without a selection. |