| 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 702307e10fc12701387725723c9ba25c5e1b8261..1cd8d6068a816f1c05c7d3d4ae04694ed14a9d5d 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/throbbing_image_view.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/throbbing_image_view.h
|
| @@ -33,10 +33,12 @@ enum ThrobPosition {
|
| }
|
|
|
| - (id)initWithFrame:(NSRect)rect
|
| - backgroundImage:(NSImage*)backgroundImage
|
| - throbImage:(NSImage*)throbImage
|
| - durationMS:(int)durationMS
|
| - throbPosition:(ThrobPosition)throbPosition;
|
| + backgroundImage:(NSImage*)backgroundImage
|
| + throbImage:(NSImage*)throbImage
|
| + durationMS:(int)durationMS
|
| + throbPosition:(ThrobPosition)throbPosition
|
| + animationContainer:(ui::AnimationContainer*)animationContainer;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_TABS_THROBBING_IMAGE_VIEW_H_
|
|
|