Index: chrome/browser/ui/panels/panel_browser_window_gtk.h |
diff --git a/chrome/browser/ui/panels/panel_browser_window_gtk.h b/chrome/browser/ui/panels/panel_browser_window_gtk.h |
index 88bc75abd91017893309c74b5f26a4881a81df0a..489d99dc0a842af5342ac20dd7a2ed8e6f33492e 100644 |
--- a/chrome/browser/ui/panels/panel_browser_window_gtk.h |
+++ b/chrome/browser/ui/panels/panel_browser_window_gtk.h |
@@ -104,7 +104,8 @@ class PanelBrowserWindowGtk : public BrowserWindowGtk, |
virtual void EnsurePanelFullyVisible() OVERRIDE; |
private: |
- void StartBoundsAnimation(const gfx::Rect& current_bounds); |
+ void StartBoundsAnimation(const gfx::Rect& from_bounds, |
+ const gfx::Rect& to_bounds); |
bool IsAnimatingBounds() const; |
// MessageLoop::Observer implementation: |