| Index: chrome/browser/cocoa/popup_blocked_animation_mac.mm
|
| diff --git a/chrome/browser/cocoa/popup_blocked_animation_mac.mm b/chrome/browser/cocoa/popup_blocked_animation_mac.mm
|
| index d0f5644999bd54c2c89b9a9fc62846427390bec8..44a765b003a16d4fc78f9021edcbff675f3da594 100644
|
| --- a/chrome/browser/cocoa/popup_blocked_animation_mac.mm
|
| +++ b/chrome/browser/cocoa/popup_blocked_animation_mac.mm
|
| @@ -108,7 +108,6 @@ class PopupBlockedAnimationObserver : public NotificationObserver {
|
| [parentWindow addChildWindow:animation_ ordered:NSWindowAbove];
|
|
|
| // Start the animation from the center of the window.
|
| - NSRect contentFrame = [[animation_ contentView] frame];
|
| [animation_ setStartFrame:CGRectMake(0,
|
| imageHeight / 2,
|
| imageWidth,
|
|
|