| Index: chrome/browser/ui/cocoa/image_button_cell.h
|
| diff --git a/chrome/browser/ui/cocoa/image_button_cell.h b/chrome/browser/ui/cocoa/image_button_cell.h
|
| index 4f4dc607d3517de13b4c58221cc7ade3d7c0f732..e1535d41fe337ddf06ba207e53040258de253313 100644
|
| --- a/chrome/browser/ui/cocoa/image_button_cell.h
|
| +++ b/chrome/browser/ui/cocoa/image_button_cell.h
|
| @@ -64,6 +64,9 @@ enum ButtonState {
|
| // Gets the alpha to use to draw the button for the current window focus state.
|
| - (CGFloat)imageAlphaForWindowState:(NSWindow*)window;
|
|
|
| +// Draws the cell's image within |cellFrame|.
|
| +- (void)drawImageWithFrame:(NSRect)cellFrame inView:(NSView*)controlView;
|
| +
|
| // If |controlView| is a first responder then draws a blue focus ring.
|
| - (void)drawFocusRingWithFrame:(NSRect)cellFrame inView:(NSView*)controlView;
|
|
|
|
|