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..e94edd2e252ec7b5ea15dce381eb2fcf74dafcd9 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; |
virtual void ClosePanel() = 0; |
virtual void ActivatePanel() = 0; |
virtual void DeactivatePanel() = 0; |