diff options
Diffstat (limited to 'chrome/browser/cocoa/throbber_view.h')
-rw-r--r-- | chrome/browser/cocoa/throbber_view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/throbber_view.h b/chrome/browser/cocoa/throbber_view.h index 00f83ed..e0b06ba 100644 --- a/chrome/browser/cocoa/throbber_view.h +++ b/chrome/browser/cocoa/throbber_view.h @@ -32,6 +32,10 @@ // the width. Takes ownership of |image|. - (id)initWithFrame:(NSRect)frame image:(NSImage*)image; +// Allows changing the image once the view has been created, such as when the +// view is loaded from a nib. The same restrictions as above apply. +- (void)setImage:(NSImage*)image; + @end #endif // CHROME_BROWSER_COCOA_THROBBER_VIEW_H_ |