Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2810)

Unified Diff: chrome/browser/ui/panels/panel_browser_window_gtk.h

Issue 8681025: Add methods needed for overflow panels to NativePanel interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix trybot Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0b111bf12f1d0681093275a2d517db5a56fdaa40..e57625d4ed39c9b683d32e6a091d4c078ab0f732 100644
--- a/chrome/browser/ui/panels/panel_browser_window_gtk.h
+++ b/chrome/browser/ui/panels/panel_browser_window_gtk.h
@@ -97,6 +97,9 @@ class PanelBrowserWindowGtk : public BrowserWindowGtk,
virtual gfx::Size ContentSizeFromWindowSize(
const gfx::Size& window_size) const OVERRIDE;
virtual int TitleOnlyHeight() const OVERRIDE;
+ virtual gfx::Size GetIconifiedPanelSize() const OVERRIDE;
+ virtual void EnsurePanelFullyVisible() OVERRIDE;
+ virtual void UpdatePanelIconInDesktopBar(PanelIconState state) OVERRIDE;
private:
void StartBoundsAnimation(const gfx::Rect& current_bounds);

Powered by Google App Engine
This is Rietveld 408576698