X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fui%2Fcocoa%2Ftabs%2Ftab_controller.h;h=4260b342a567ca33ef7f69ae26fe5e671405fdac;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=7c24a27dc881d108544c42f06937cc0bc0b42441;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/ui/cocoa/tabs/tab_controller.h b/src/chrome/browser/ui/cocoa/tabs/tab_controller.h index 7c24a27..4260b34 100644 --- a/src/chrome/browser/ui/cocoa/tabs/tab_controller.h +++ b/src/chrome/browser/ui/cocoa/tabs/tab_controller.h @@ -82,11 +82,11 @@ class MenuDelegate; @property(readonly, nonatomic) HoverCloseButton* closeButton; // Minimum and maximum allowable tab width. The minimum width does not show -// the icon or the close button. The selected tab always has at least a close +// the icon or the close button. The active tab always has at least a close // button so it has a different minimum width. + (CGFloat)minTabWidth; + (CGFloat)maxTabWidth; -+ (CGFloat)minSelectedTabWidth; ++ (CGFloat)minActiveTabWidth; + (CGFloat)miniTabWidth; + (CGFloat)appTabWidth;