diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/image_button_cell.h')
-rw-r--r-- | chrome/browser/ui/cocoa/image_button_cell.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/cocoa/image_button_cell.h b/chrome/browser/ui/cocoa/image_button_cell.h index 7d93d43..e539284 100644 --- a/chrome/browser/ui/cocoa/image_button_cell.h +++ b/chrome/browser/ui/cocoa/image_button_cell.h @@ -75,9 +75,6 @@ enum ButtonState { // Draws the cell's image within |cellFrame|. - (void)drawImageWithFrame:(NSRect)cellFrame inView:(NSView*)controlView; -// Draws |image| centered within |dstRect|. -+ (void)drawImage:(NSImage*)image inRect:(NSRect)dstRect alpha:(CGFloat)alpha; - // If |controlView| is a first responder then draws a blue focus ring. - (void)drawFocusRingWithFrame:(NSRect)cellFrame inView:(NSView*)controlView; |