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 e3983dc045918d803a0be91e8af25841c5be4888..0323492734e7fe0da17eee5d9b71615a779a8103 100644 |
--- a/ui/views/touchui/touch_selection_controller_impl_unittest.cc |
+++ b/ui/views/touchui/touch_selection_controller_impl_unittest.cc |
@@ -90,7 +90,8 @@ class TouchSelectionControllerImplTest : public ViewsTestBase { |
void CreateTextfield() { |
textfield_ = new Textfield(); |
textfield_widget_ = new Widget; |
- Widget::InitParams params = CreateParams(Widget::InitParams::TYPE_POPUP); |
+ Widget::InitParams params = |
+ CreateParams(Widget::InitParams::TYPE_WINDOW_FRAMELESS); |
params.bounds = gfx::Rect(0, 0, 200, 200); |
textfield_widget_->Init(params); |
View* container = new View(); |