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

Unified Diff: chrome/browser/ui/panels/panel.cc

Issue 9129013: Panel Overflow on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cr feedback Created 8 years, 10 months 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.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index 0e6bdd47da8b03e6701d3d30ab014b3515999698..1a346996c7bb98ebdff8b4d881016389c9838ffe 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -281,6 +281,10 @@ void Panel::EnsureFullyVisible() {
native_panel_->EnsurePanelFullyVisible();
}
+void Panel::ApplyVisualStyleForStrip(PanelStripType newPanelStrip) {
+ native_panel_->ApplyVisualStyleForStrip(newPanelStrip);
+}
+
bool Panel::IsMaximized() const {
// Size of panels is managed by PanelManager, they are never 'zoomed'.
return false;

Powered by Google App Engine
This is Rietveld 408576698