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

Unified Diff: chrome/browser/ui/panels/panel_titlebar_view_cocoa.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/panel_titlebar_view_cocoa.h
diff --git a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
index 5e276cd928b60aaceeeb1f433602f62f1ed289e5..e9f04d9d7817c784a54c1fbce3547fb41614e18d 100644
--- a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
+++ b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
@@ -105,6 +105,9 @@ enum PanelDragState {
- (void)restartGlintAnimation:(NSTimer*)timer;
- (void)stopGlintAnimation;
+// Returns width of titlebar when shown in "icon only" mode.
+- (int)iconOnlyWidthInScreenCoordinates;
+
@end // @interface PanelTitlebarView
// Methods which are either only for testing, or only public for testing.

Powered by Google App Engine
This is Rietveld 408576698