cpplint see me rollin', he hatin'
This commit is contained in:
parent
1509aca788
commit
210417b428
1 changed files with 3 additions and 1 deletions
|
@ -581,7 +581,9 @@ void NativeWindow::NotifyWindowUnresponsive() {
|
|||
}
|
||||
|
||||
void NativeWindow::NotifyExecuteWindowsCommand(int command_id) {
|
||||
FOR_EACH_OBSERVER(NativeWindowObserver, observers_, OnExecuteWindowsCommand(command_id));
|
||||
FOR_EACH_OBSERVER(NativeWindowObserver,
|
||||
observers_,
|
||||
OnExecuteWindowsCommand(command_id));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue