| Index: views/widget/root_view.h
|
| diff --git a/views/widget/root_view.h b/views/widget/root_view.h
|
| index 3a2afb990e909c08c6b63d31472c19536441f88d..189aa54215a6cf487ad71d45e83de4be9aeb1313 100644
|
| --- a/views/widget/root_view.h
|
| +++ b/views/widget/root_view.h
|
| @@ -130,6 +130,9 @@ class VIEWS_EXPORT RootView : public View, public FocusTraversable {
|
| // with synthetic events as necessary.
|
| friend class GestureManager;
|
|
|
| + // GestureManager invokes for recognized GestureEvents.
|
| + void ForwardGestureEvents(Gestures* gestures);
|
| +
|
| // Input ---------------------------------------------------------------------
|
|
|
| // Update the cursor given a mouse event. This is called by non mouse_move
|
|
|