Send bounding Rect on tray double click events

This commit is contained in:
Nishanth Shanmugham 2015-07-25 20:56:35 -07:00
parent 7ceca9f426
commit f53995d555
6 changed files with 8 additions and 8 deletions

View file

@ -43,7 +43,7 @@ class Tray : public mate::EventEmitter,
// TrayIconObserver:
void OnClicked(const gfx::Rect& bounds) override;
void OnDoubleClicked() override;
void OnDoubleClicked(const gfx::Rect& bounds) override;
void OnBalloonShow() override;
void OnBalloonClicked() override;
void OnBalloonClosed() override;