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

Unified Diff: chrome/browser/ui/cocoa/tabs/throbbing_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/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_
« no previous file with comments | « chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm ('k') | chrome/browser/ui/cocoa/tabs/throbbing_image_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698