| Index: ui/views/cocoa/views_nswindow_delegate.mm
|
| diff --git a/ui/views/cocoa/views_nswindow_delegate.mm b/ui/views/cocoa/views_nswindow_delegate.mm
|
| index 7500a9596be1cf5b4062b3440bf2e28145a823e4..6e578e2fa67fc5b3d588234d66f4388c136fa6a9 100644
|
| --- a/ui/views/cocoa/views_nswindow_delegate.mm
|
| +++ b/ui/views/cocoa/views_nswindow_delegate.mm
|
| @@ -39,6 +39,10 @@
|
| parent_->OnVisibilityChanged();
|
| }
|
|
|
| +- (void)onSystemControlTintChanged:(NSNotification*)notification {
|
| + parent_->OnSystemControlTintChanged();
|
| +}
|
| +
|
| - (void)sheetDidEnd:(NSWindow*)sheet
|
| returnCode:(NSInteger)returnCode
|
| contextInfo:(void*)contextInfo {
|
|
|