Index: chrome/browser/ui/cocoa/tabs/tab_controller.mm |
diff --git a/chrome/browser/ui/cocoa/tabs/tab_controller.mm b/chrome/browser/ui/cocoa/tabs/tab_controller.mm |
index 37a8855089fc3d50200b84731f8c7288da7c369e..cc7b8d8b2374c3cf0599b80ca587c2a540a19e58 100644 |
--- a/chrome/browser/ui/cocoa/tabs/tab_controller.mm |
+++ b/chrome/browser/ui/cocoa/tabs/tab_controller.mm |
@@ -111,6 +111,8 @@ class MenuDelegate : public ui::SimpleMenuModel::Delegate { |
controller:self |
closeButton:closeButton_]); |
[view setAutoresizingMask:NSViewMaxXMargin | NSViewMinYMargin]; |
+ [view setPostsFrameChangedNotifications:NO]; |
+ [view setPostsBoundsChangedNotifications:NO]; |
[view addSubview:iconView_]; |
[view addSubview:closeButton_]; |
[view setTitleFrame:titleFrame]; |