diff options
Diffstat (limited to 'views/widget/widget.h')
-rw-r--r-- | views/widget/widget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/widget/widget.h b/views/widget/widget.h index d2c17a7..ec126a0 100644 --- a/views/widget/widget.h +++ b/views/widget/widget.h @@ -291,7 +291,6 @@ class Widget : public internal::NativeWidgetDelegate, virtual void OnSizeChanged(const gfx::Size& new_size) OVERRIDE; virtual bool HasFocusManager() const OVERRIDE; virtual void OnNativeWidgetPaint(gfx::Canvas* canvas) OVERRIDE; - virtual bool OnKeyEvent(const KeyEvent& event) OVERRIDE; virtual bool OnMouseEvent(const MouseEvent& event) OVERRIDE; virtual void OnMouseCaptureLost() OVERRIDE; |