Chromium Code Reviews| Index: ui/views/touchui/touch_selection_controller_impl_unittest.cc |
| diff --git a/ui/views/touchui/touch_selection_controller_impl_unittest.cc b/ui/views/touchui/touch_selection_controller_impl_unittest.cc |
| index b1a5e36e3dc2de210f9266c55a02777f7c6a2a6a..599349ec2e71fcf0b00cba2ea4b45b740eea8b30 100644 |
| --- a/ui/views/touchui/touch_selection_controller_impl_unittest.cc |
| +++ b/ui/views/touchui/touch_selection_controller_impl_unittest.cc |
| @@ -97,7 +97,7 @@ class TouchSelectionControllerImplTest : public ViewsTestBase { |
| textfield_widget_->SetContentsView(container); |
| container->AddChildView(textfield_); |
| - textfield_->SetBoundsRect(gfx::Rect(0, 0, 200, 20)); |
| + textfield_->SetBoundsRect(gfx::Rect(0, 0, 200, 21)); |
|
mohsen
2016/07/07 19:41:13
Is this one extra pixel going to be enough for all
|
| textfield_->set_id(1); |
| textfield_widget_->Show(); |