| Index: views/touchui/touch_selection_controller_impl_unittest.cc
|
| diff --git a/views/touchui/touch_selection_controller_impl_unittest.cc b/views/touchui/touch_selection_controller_impl_unittest.cc
|
| index 75353fefa07a44fea383ae2837d3828fe911d3a8..a7f6a1542cb8e2d7d75c263d7fa911ee900451f6 100644
|
| --- a/views/touchui/touch_selection_controller_impl_unittest.cc
|
| +++ b/views/touchui/touch_selection_controller_impl_unittest.cc
|
| @@ -58,7 +58,7 @@ class TouchSelectionControllerImplTest : public ViewsTestBase {
|
| gfx::RenderText* render_text = textfield_view_->GetRenderText();
|
| gfx::Rect cursor_bounds = render_text->GetCursorBounds(
|
| gfx::SelectionModel(cursor_pos), false);
|
| - return gfx::Point(cursor_bounds.x(), cursor_bounds.bottom());
|
| + return gfx::Point(cursor_bounds.x(), cursor_bounds.bottom() - 1);
|
| }
|
|
|
| TouchSelectionControllerImpl* GetSelectionController() {
|
|
|