Index: chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm b/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm |
index 7a8743c802bdc21f9430b6a9719f250afa98312b..8d54aac97e9d1dec35cb14f885ed219b160c824a 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm |
@@ -153,7 +153,7 @@ |
[[NSWindow alloc] initWithContentRect:ui::kWindowSizeDeterminedLater |
styleMask:NSBorderlessWindowMask |
backing:NSBackingStoreBuffered |
- defer:YES]; |
+ defer:NO]; |
[window setContentView:self]; |
// Telling Cocoa that the window is opaque enables some drawing optimizations. |