| Index: chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.h b/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.h
|
| index 209078a7be46f6f7f4d96983350a4562b67781eb..9b07b5b66af4d53a0d9d5b9cea73e284d7ceac5c 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.h
|
| @@ -20,10 +20,12 @@
|
| }
|
|
|
| - (id)initWithFrame:(NSRect)rect
|
| - backgroundImage:(NSImage*)backgroundImage
|
| - projectorImage:(NSImage*)projectorImage
|
| - throbImage:(NSImage*)throbImage
|
| - durationMS:(int)durationMS;
|
| + backgroundImage:(NSImage*)backgroundImage
|
| + projectorImage:(NSImage*)projectorImage
|
| + throbImage:(NSImage*)throbImage
|
| + durationMS:(int)durationMS
|
| + animationContainer:(ui::AnimationContainer*)animationContainer;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_TABS_TAB_PROJECTING_IMAGE_VIEW_H_
|
|
|