| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 3f59881254fab733cd6f17e9c9e138057ef4aa5e..0fd781bd67636ddaa134f148695db11363ab0ecf 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -600,6 +600,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
| // Note: if the mouse handler is no longer connected to a
|
| // view hierarchy, events won't be sent.
|
| //
|
| + // TODO(sky): rename this.
|
| virtual void SetMouseHandler(View* new_mouse_handler);
|
|
|
| // Invoked when a key is pressed or released.
|
| @@ -1273,10 +1274,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
| // of OnTouchEvent.
|
| ui::TouchStatus ProcessTouchEvent(const TouchEvent& event);
|
|
|
| - // RootView will invoke this with incoming GestureEvents. Returns the result
|
| - // of OnGestureEvent.
|
| - ui::GestureStatus ProcessGestureEvent(const GestureEvent& event);
|
| -
|
| // Accelerators --------------------------------------------------------------
|
|
|
| // Registers this view's keyboard accelerators that are not registered to
|
|
|