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

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

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/native_panel.h
diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h
index 2298b77119fdc5a4f98b94457b8a048e177c4855..52cd818b369f39d8444211d24b48682660d669b8 100644
--- a/chrome/browser/ui/panels/native_panel.h
+++ b/chrome/browser/ui/panels/native_panel.h
@@ -84,6 +84,8 @@ class NativePanel {
// will make sure that the panel is not obscured by other top-most windows.
virtual void EnsurePanelFullyVisible() = 0;
+ virtual void ApplyVisualStyleForStrip(PanelStripType newPanelStrip) = 0;
+
// Sets whether the panel app icon is visible (usually refers to the app icons
// in the desktop bar).
virtual void SetPanelAppIconVisibility(bool visible) = 0;

Powered by Google App Engine
This is Rietveld 408576698