Chromium Code Reviews| 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 3c712071836e78118c51d7e52af1df5cb754503c..a29fdfd6be21d24b2501ca45535d48c6d8217ee5 100644 |
| --- a/chrome/browser/ui/panels/native_panel.h |
| +++ b/chrome/browser/ui/panels/native_panel.h |
| @@ -38,6 +38,7 @@ class NativePanel { |
| virtual void ShowPanelInactive() = 0; |
| virtual gfx::Rect GetPanelBounds() const = 0; |
| virtual void SetPanelBounds(const gfx::Rect& bounds) = 0; |
| + virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) = 0; |
|
prasadt
2011/12/01 22:21:45
Why a separate method? Why not a single method tha
|
| virtual void ClosePanel() = 0; |
| virtual void ActivatePanel() = 0; |
| virtual void DeactivatePanel() = 0; |