| Index: ui/views/touchui/touch_selection_controller_impl.h
|
| diff --git a/ui/views/touchui/touch_selection_controller_impl.h b/ui/views/touchui/touch_selection_controller_impl.h
|
| index a59747da529daec06850f33d345059dbad98df9d..d7bad8086409bdce71af20a603f06e7aa3d38835 100644
|
| --- a/ui/views/touchui/touch_selection_controller_impl.h
|
| +++ b/ui/views/touchui/touch_selection_controller_impl.h
|
| @@ -120,6 +120,8 @@ class VIEWS_EXPORT TouchSelectionControllerImpl
|
| scoped_ptr<EditingHandleView> selection_handle_2_;
|
| scoped_ptr<EditingHandleView> cursor_handle_;
|
| TouchEditingMenuView* context_menu_;
|
| + bool command_executed_;
|
| + base::TimeTicks selection_start_time_;
|
|
|
| // Timer to trigger |context_menu| (|context_menu| is not shown if the
|
| // selection handles are being updated. It appears only when the handles are
|
|
|