| Index: ui/views/cocoa/views_nswindow_delegate.h
|
| diff --git a/ui/views/cocoa/views_nswindow_delegate.h b/ui/views/cocoa/views_nswindow_delegate.h
|
| index 2f1104c1bc3e7f7a2baf4a35e9d63280e8e59ee8..ea89f41dcceb3aed5a861dc7748507a15e22f0aa 100644
|
| --- a/ui/views/cocoa/views_nswindow_delegate.h
|
| +++ b/ui/views/cocoa/views_nswindow_delegate.h
|
| @@ -33,8 +33,9 @@ class BridgedNativeWidget;
|
| // Notify that the window has been reordered in (or removed from) the window
|
| // server's screen list. This is a substitute for -[NSWindowDelegate
|
| // windowDidExpose:], which is only sent for nonretained windows (those without
|
| -// a backing store).
|
| -- (void)onWindowOrderChanged;
|
| +// a backing store). |notification| is optional and can be set when redirecting
|
| +// a notification such as NSApplicationDidHideNotification.
|
| +- (void)onWindowOrderChanged:(NSNotification*)notification;
|
|
|
| @end
|
|
|
|
|