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

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: change naming Created 8 years, 11 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..0a4540f50e0bec3a4b633964b5a7e7aedb2aca80 100644
--- a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
+++ b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
@@ -105,6 +105,10 @@ enum PanelDragState {
- (void)restartGlintAnimation:(NSTimer*)timer;
- (void)stopGlintAnimation;
+// Returns width of titlebar when shown in "icon only" mode for a panel in
+// "IN_OVERFLOW" state.
jennb 2012/02/07 00:15:31 Should take actual state name out of comment as we
Dmitry Titov 2012/02/07 00:28:26 Done.
+- (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