Fix cpplint warnings
This commit is contained in:
parent
0b205019b6
commit
4342480473
6 changed files with 16 additions and 6 deletions
|
@ -47,7 +47,9 @@ class Tray : public mate::TrackableObject<Tray>,
|
|||
~Tray() override;
|
||||
|
||||
// TrayIconObserver:
|
||||
void OnClicked(const gfx::Rect& bounds, const gfx::Point& location, int modifiers) override;
|
||||
void OnClicked(const gfx::Rect& bounds,
|
||||
const gfx::Point& location,
|
||||
int modifiers) override;
|
||||
void OnDoubleClicked(const gfx::Rect& bounds, int modifiers) override;
|
||||
void OnRightClicked(const gfx::Rect& bounds, int modifiers) override;
|
||||
void OnBalloonShow() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue