| Index: views/touchui/gesture_manager.h
|
| diff --git a/views/touchui/gesture_manager.h b/views/touchui/gesture_manager.h
|
| index ae29ea2a88257018c2a3b614e46dbc61162135ab..f26aa98a9566a3d653c7277043ff5d079fe21b3e 100644
|
| --- a/views/touchui/gesture_manager.h
|
| +++ b/views/touchui/gesture_manager.h
|
| @@ -25,6 +25,7 @@ class GestureManager {
|
|
|
| static GestureManager* GetInstance();
|
|
|
| + // TODO(sad): Use TouchStatus instead of bool for previouslyHandled.
|
| // Invoked for each touch event that could contribute to the current gesture.
|
| // Takes the event and the View that originated it and which will also
|
| // be the target of any generated synthetic event. Finally, handled
|
|
|