Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: ui/views/cocoa/views_nswindow_delegate.mm

Issue 2069103004: MacViews: Attach child windows when parent is on the screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 75346a6a8076dadb929abc2f858e5a2cf57e6892..5579dd338fbca95e6c96840f2525eabea5e09984 100644
--- a/ui/views/cocoa/views_nswindow_delegate.mm
+++ b/ui/views/cocoa/views_nswindow_delegate.mm
@@ -35,10 +35,6 @@
[parent_->ns_window() resetCursorRects];
}
-- (void)onWindowOrderWillChange:(NSWindowOrderingMode)orderingMode {
- parent_->OnVisibilityChangedTo(orderingMode != NSWindowOut);
tapted 2016/06/17 04:33:05 So you're correct that this shouldn't be calling O
kirr 2016/06/20 16:15:54 Sorry for delay. I've checked blank window blinkin
-}
-
- (void)onWindowOrderChanged:(NSNotification*)notification {
parent_->OnVisibilityChanged();
}

Powered by Google App Engine
This is Rietveld 408576698