diff options
Diffstat (limited to 'ash/system/tray/system_tray.h')
-rw-r--r-- | ash/system/tray/system_tray.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h index fd811f5..b6e31e5 100644 --- a/ash/system/tray/system_tray.h +++ b/ash/system/tray/system_tray.h @@ -51,6 +51,7 @@ class ASH_EXPORT SystemTray : public views::View, bool activate); // Overridden from views::View. + virtual bool OnKeyPressed(const views::KeyEvent& event) OVERRIDE; virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE; virtual void OnMouseEntered(const views::MouseEvent& event) OVERRIDE; virtual void OnMouseExited(const views::MouseEvent& event) OVERRIDE; |