| Index: chrome/browser/cocoa/status_bubble_mac.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/status_bubble_mac.mm (revision 41189)
|
| +++ chrome/browser/cocoa/status_bubble_mac.mm (working copy)
|
| @@ -431,7 +431,8 @@
|
|
|
| // This will cancel an in-progress transition and replace it with this fade.
|
| [NSAnimationContext beginGrouping];
|
| - [[NSAnimationContext currentContext] gtm_setDuration:duration];
|
| + [[NSAnimationContext currentContext] gtm_setDuration:duration
|
| + eventMask:NSLeftMouseDownMask];
|
| [[window_ animator] setAlphaValue:opacity];
|
| [NSAnimationContext endGrouping];
|
| }
|
|
|