Pass bounds in clicked event of tray

This commit is contained in:
Cheng Zhao 2015-05-04 11:43:05 +08:00
parent a53b1f7edf
commit f5cf3556b1
6 changed files with 14 additions and 12 deletions

View file

@ -41,7 +41,7 @@ class Tray : public mate::EventEmitter,
virtual ~Tray();
// TrayIconObserver:
void OnClicked(const gfx::Point&) override;
void OnClicked(const gfx::Rect&) override;
void OnDoubleClicked() override;
void OnBalloonShow() override;
void OnBalloonClicked() override;