| Index: chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| diff --git a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| index c37fc3f4b1253b72336cdd001f8060dd010936e0..3e41675ef7bb00e86887b7f6080e04f2c6b46ef5 100644
|
| --- a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| +++ b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
| @@ -468,7 +468,7 @@ enum {
|
| duration = 1.5;
|
| }
|
| }
|
| - [boundsAnimation_ setDuration: duration];
|
| + [boundsAnimation_ setDuration: PanelManager::AdjustTimeInterval(duration)];
|
| [boundsAnimation_ setFrameRate:0.0];
|
| [boundsAnimation_ setAnimationBlockingMode: NSAnimationNonblocking];
|
| [boundsAnimation_ startAnimation];
|
|
|