Index: ui/views/controls/textfield/native_textfield_views.cc |
=================================================================== |
--- ui/views/controls/textfield/native_textfield_views.cc (revision 151055) |
+++ ui/views/controls/textfield/native_textfield_views.cc (working copy) |
@@ -75,8 +75,6 @@ |
initiating_drag_(false), |
ALLOW_THIS_IN_INITIALIZER_LIST(cursor_timer_(this)), |
aggregated_clicks_(0), |
- last_click_time_(), |
- last_click_location_(), |
ALLOW_THIS_IN_INITIALIZER_LIST(touch_selection_controller_( |
TouchSelectionController::create(this))) { |
set_border(text_border_); |