Index: chrome/browser/ui/panels/panel_window_controller_cocoa.h |
diff --git a/chrome/browser/ui/panels/panel_window_controller_cocoa.h b/chrome/browser/ui/panels/panel_window_controller_cocoa.h |
index c3e33c480e070e07f433a47a69ecd10869ac3206..5f6ad9191aeda3cc6a81b2e96138f6364ac7e161 100644 |
--- a/chrome/browser/ui/panels/panel_window_controller_cocoa.h |
+++ b/chrome/browser/ui/panels/panel_window_controller_cocoa.h |
@@ -90,7 +90,9 @@ class PanelBrowserWindowCocoa; |
// important in case of dragging a Panel when other Panels should 'slide out', |
// indicating the potential drop slot. |
// |frame| is in screen coordinates, same as [window frame]. |
-- (void)setPanelFrame:(NSRect)frame; |
+// |animate| controls if the bounds animation is needed or not. |
+- (void)setPanelFrame:(NSRect)frame |
+ animate:(BOOL)animate; |
// Used by PanelTitlebarViewCocoa when user rearranges the Panels by dragging. |
- (void)startDrag; |