Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1086)

Unified Diff: chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.h

Issue 13867007: Tab audio indicator: Use animation container on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698