Index: chrome/browser/cocoa/download_shelf_controller.mm |
=================================================================== |
--- chrome/browser/cocoa/download_shelf_controller.mm (revision 41189) |
+++ chrome/browser/cocoa/download_shelf_controller.mm (working copy) |
@@ -261,7 +261,8 @@ |
frame.size.width = size.width; |
[NSAnimationContext beginGrouping]; |
[[NSAnimationContext currentContext] |
- gtm_setDuration:kDownloadItemOpenDuration]; |
+ gtm_setDuration:kDownloadItemOpenDuration |
+ eventMask:NSLeftMouseDownMask]; |
[[[controller view] animator] setFrame:frame]; |
[NSAnimationContext endGrouping]; |