| Index: chrome/browser/ui/cocoa/tabs/throbbing_image_view.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/throbbing_image_view.h b/chrome/browser/ui/cocoa/tabs/throbbing_image_view.h
|
| index c02b81498ad20c0f479b047a0b074eb1b5a5ed33..e08b0ff0405a4c96b07d7f3d76bf5fa44b031028 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/throbbing_image_view.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/throbbing_image_view.h
|
| @@ -27,6 +27,9 @@ class ThrobbingImageViewAnimationDelegate;
|
| backgroundImage:(NSImage*)backgroundImage
|
| throbImage:(NSImage*)throbImage
|
| durationMS:(int)durationMS;
|
| +
|
| +- (void)setTweenType:(ui::Tween::Type)type;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_TABS_THROBBING_IMAGE_VIEW_H_
|
|
|