win: Mouse position is not notify icon's position

This commit is contained in:
Cheng Zhao 2015-05-04 11:37:23 +08:00
parent f64dbbea3e
commit a53b1f7edf

View file

@ -49,7 +49,7 @@ void NotifyIcon::HandleClickEvent(const gfx::Point& cursor_pos,
bool left_mouse_click) {
// Pass to the observer if appropriate.
if (left_mouse_click) {
NotifyClicked(cursor_pos);
NotifyClicked();
return;
}