Fix cpplint warnings

This commit is contained in:
Cheng Zhao 2017-10-05 11:49:26 +09:00
parent 0b205019b6
commit 4342480473
6 changed files with 16 additions and 6 deletions

View file

@ -249,7 +249,7 @@ const CGFloat kVerticalTitleMargin = 2;
if (event.clickCount == 1)
trayIcon_->NotifyClicked(
gfx::ScreenRectFromNSRect(event.window.frame),
gfx::ScreenPointFromNSPoint([event locationInWindow]),
gfx::ScreenPointFromNSPoint([event locationInWindow]),
ui::EventFlagsFromModifiers([event modifierFlags]));
// Double click event.