| Index: ui/gfx/render_text_linux.h
|
| ===================================================================
|
| --- ui/gfx/render_text_linux.h (revision 111944)
|
| +++ ui/gfx/render_text_linux.h (working copy)
|
| @@ -34,7 +34,7 @@
|
| BreakType break_type) OVERRIDE;
|
| virtual SelectionModel LeftEndSelectionModel() OVERRIDE;
|
| virtual SelectionModel RightEndSelectionModel() OVERRIDE;
|
| - virtual bool IsCursorablePosition(size_t position) OVERRIDE;
|
| + virtual bool IsCursorablePosition(size_t position, bool is_trailing) OVERRIDE;
|
| virtual void UpdateLayout() OVERRIDE;
|
|
|
| private:
|
|
|