Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index e7a8ffdcbea408aaf106221828c38da099a363b7..acf7d3dddd4758a58a9248f9e1cd2c2d2bd1c001 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -218,6 +218,9 @@ class Panel : public BrowserWindow, |
// not allowed for Panel. |
void SetPanelBounds(const gfx::Rect& bounds); |
+ // Updates the panel bounds instantly without any animation. |
+ void SetPanelBoundsInstantly(const gfx::Rect& bounds); |
+ |
// Sets whether the panel will auto resize according to its content. |
void SetAutoResizable(bool resizable); |