diff options
Diffstat (limited to 'chrome/browser/cocoa/gradient_button_cell.h')
-rw-r--r-- | chrome/browser/cocoa/gradient_button_cell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/gradient_button_cell.h b/chrome/browser/cocoa/gradient_button_cell.h index 27909a0..fc79c09 100644 --- a/chrome/browser/cocoa/gradient_button_cell.h +++ b/chrome/browser/cocoa/gradient_button_cell.h @@ -9,7 +9,7 @@ #include "base/scoped_nsobject.h" -@class GTMTheme; +class ThemeProvider; // Base class for button cells for toolbar and bookmark bar. // @@ -43,7 +43,7 @@ typedef NSInteger ButtonType; // Turn off theming. Temporary work-around. - (void)setShouldTheme:(BOOL)shouldTheme; -- (void)drawBorderAndFillForTheme:(GTMTheme*)theme +- (void)drawBorderAndFillForTheme:(ThemeProvider*)themeProvider controlView:(NSView*)controlView innerPath:(NSBezierPath*)innerPath showClickedGradient:(BOOL)showClickedGradient |