| Index: ui/chromeos/touch_exploration_controller.h
|
| diff --git a/ui/chromeos/touch_exploration_controller.h b/ui/chromeos/touch_exploration_controller.h
|
| index 59ff11444f54a4cf7bbd0b1a057e8de65ebfe23e..877163635795b1b376a574bd2e78a1cebce1f3a3 100644
|
| --- a/ui/chromeos/touch_exploration_controller.h
|
| +++ b/ui/chromeos/touch_exploration_controller.h
|
| @@ -374,6 +374,10 @@ class UI_CHROMEOS_EXPORT TouchExplorationController
|
| // A timer to fire an indicating sound when sliding to change volume.
|
| base::RepeatingTimer<TouchExplorationController> sound_timer_;
|
|
|
| + // For testing only, an event handler to use for generated events
|
| + // outside of the normal event rewriting flow.
|
| + ui::EventHandler* event_handler_for_testing_;
|
| +
|
| // A default gesture detector config, so we can share the same
|
| // timeout and pixel slop constants.
|
| ui::GestureDetector::Config gesture_detector_config_;
|
|
|