| Index: chrome/browser/cocoa/gradient_button_cell.h
|
| diff --git a/chrome/browser/cocoa/gradient_button_cell.h b/chrome/browser/cocoa/gradient_button_cell.h
|
| index 7308b6c46787df2ccd4d41c03c8b59a44f946b81..23dc5d11fc220a0ce086593d7b472b102794c481 100644
|
| --- a/chrome/browser/cocoa/gradient_button_cell.h
|
| +++ b/chrome/browser/cocoa/gradient_button_cell.h
|
| @@ -51,7 +51,8 @@ typedef NSInteger ButtonType;
|
| showHighlightGradient:(BOOL)showHighlightGradient
|
| hoverAlpha:(CGFloat)hoverAlpha
|
| active:(BOOL)active
|
| - cellFrame:(NSRect)cellFrame;
|
| + cellFrame:(NSRect)cellFrame
|
| + defaultGradient:(NSGradient*)defaultGradient;
|
|
|
| // An image to underlay beneath the existing image; not themed. May be nil.
|
| - (NSImage*)underlayImage;
|
|
|