| Index: views/widget/widget.h
|
| diff --git a/views/widget/widget.h b/views/widget/widget.h
|
| index e361c596fcbb719550694bee761347a380a883e0..d4ece69f563f8693a277254e1a0fade41b9662ca 100644
|
| --- a/views/widget/widget.h
|
| +++ b/views/widget/widget.h
|
| @@ -600,6 +600,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| virtual bool OnMouseEvent(const MouseEvent& event) OVERRIDE;
|
| virtual void OnMouseCaptureLost() OVERRIDE;
|
| virtual ui::TouchStatus OnTouchEvent(const TouchEvent& event) OVERRIDE;
|
| + virtual bool OnGestureEvent(const GestureEvent& event) OVERRIDE;
|
| virtual bool ExecuteCommand(int command_id) OVERRIDE;
|
| virtual InputMethod* GetInputMethodDirect() OVERRIDE;
|
| virtual Widget* AsWidget() OVERRIDE;
|
|
|