| Index: chrome/browser/ui/cocoa/tabs/tab_view.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_view.h b/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| index 7e4f80d08a9c0aa53c8b9e68c79f732cd8e7e989..7f640d03766484c6b142e9e849699b0c866fb867 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_view.h
|
| @@ -30,6 +30,10 @@ enum AlertState {
|
| kAlertFalling
|
| };
|
|
|
| +// When the window doesn't have focus then we want to draw the button with a
|
| +// slightly lighter color. We do this by just reducing the alpha.
|
| +const CGFloat kImageNoFocusAlpha = 0.65;
|
| +
|
| } // namespace tabs
|
|
|
| @class TabController, TabWindowController;
|
|
|