Chromium Code Reviews| Index: ui/gfx/render_text_linux.cc |
| =================================================================== |
| --- ui/gfx/render_text_linux.cc (revision 111944) |
| +++ ui/gfx/render_text_linux.cc (working copy) |
| @@ -220,7 +220,7 @@ |
| return SelectionModel(0, 0, SelectionModel::LEADING); |
| } |
| -bool RenderTextLinux::IsCursorablePosition(size_t position) { |
| +bool RenderTextLinux::IsCursorablePosition(size_t position, bool is_trailing) { |
|
msw
2011/11/29 20:42:00
|is_trailing| is unused here... does it really hav
|
| if (position == 0 && text().empty()) |
| return true; |