diff options
Diffstat (limited to 'chrome/browser/cocoa/bubble_view.mm')
-rw-r--r-- | chrome/browser/cocoa/bubble_view.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/bubble_view.mm b/chrome/browser/cocoa/bubble_view.mm index 012e930..32159001 100644 --- a/chrome/browser/cocoa/bubble_view.mm +++ b/chrome/browser/cocoa/bubble_view.mm @@ -102,7 +102,7 @@ const float kWindowEdge = 0.7f; [border stroke]; // Text - NSColor* textColor = [theme textColorForStyle:GTMThemeStyleToolBar + NSColor* textColor = [theme textColorForStyle:GTMThemeStyleTabBarSelected state:GTMThemeStateActiveWindow]; NSFont* textFont = [self font]; scoped_nsobject<NSShadow> textShadow([[NSShadow alloc] init]); |