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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.mm

Issue 2373943002: Mac: Don't call -[BWC layoutSubviews] before updating the fullscreen bubble. (Closed)
Patch Set: Layout() unused Created 4 years, 3 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: chrome/browser/ui/cocoa/browser_window_controller.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm
index e63c485cf6efbe857018cedc756c1f37ad553c37..e26247d4134a5c8285bbd5e836858b38d2d41d4a 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.mm
+++ b/chrome/browser/ui/cocoa/browser_window_controller.mm
@@ -1886,7 +1886,6 @@ willAnimateFromState:(BookmarkBar::State)oldState
}
- (void)updateFullscreenExitBubble {
- [self layoutSubviews];
[self showFullscreenExitBubbleIfNecessary];
}

Powered by Google App Engine
This is Rietveld 408576698