Chromium Code Reviews| Index: views/widget/native_widget_delegate.h |
| diff --git a/views/widget/native_widget_delegate.h b/views/widget/native_widget_delegate.h |
| index b02cf5206d4be9bc8d5a930362071662e839b802..e422b0cffb8e36646be42129567f2a9a30b5a565 100644 |
| --- a/views/widget/native_widget_delegate.h |
| +++ b/views/widget/native_widget_delegate.h |
| @@ -97,6 +97,7 @@ class VIEWS_EXPORT NativeWidgetDelegate { |
| virtual bool OnMouseEvent(const MouseEvent& event) = 0; |
| virtual void OnMouseCaptureLost() = 0; |
| virtual ui::TouchStatus OnTouchEvent(const TouchEvent& event) = 0; |
| + virtual bool OnGestureEvent(const GestureEvent& event) = 0; |
|
sadrul
2011/11/18 19:01:50
Shouldn't this return GestureStatus?
|
| // Runs the specified native command. Returns true if the command is handled. |
| virtual bool ExecuteCommand(int command_id) = 0; |