Index: chrome/browser/ui/panels/native_panel.h |
diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h |
index 4d1581d81b2273b86d9e09523001176f5c693616..f46326b41dc4c4fb06c23fd14facc2a99dc9a397 100644 |
--- a/chrome/browser/ui/panels/native_panel.h |
+++ b/chrome/browser/ui/panels/native_panel.h |
@@ -37,7 +37,7 @@ class NativePanel { |
virtual void ShowPanel() = 0; |
virtual void ShowPanelInactive() = 0; |
virtual gfx::Rect GetPanelBounds() const = 0; |
- virtual void SetPanelBounds(const gfx::Rect& bounds) = 0; |
+ virtual void SetPanelBounds(const gfx::Rect& bounds, bool animate) = 0; |
virtual void ClosePanel() = 0; |
virtual void ActivatePanel() = 0; |
virtual void DeactivatePanel() = 0; |