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

Unified Diff: chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.h
diff --git a/chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.h b/chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.h
index 853b8fe904ff304625bb75c73e0fa48f104fabae..4150bef23960651bc19fbb49ead1e8da27b203b8 100644
--- a/chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.h
+++ b/chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.h
@@ -15,6 +15,9 @@ class WebContents;
}
class TabAudioIndicator;
class TabAudioIndicatorDelegateMac;
+namespace ui {
+class AnimationContainer;
+}
// A view that draws an audio indicator on top of a favicon.
@interface TabAudioIndicatorViewMac : NSView {
@@ -27,6 +30,8 @@ class TabAudioIndicatorDelegateMac;
- (void)setBackgroundImage:(NSImage*)backgroundImage;
+- (void)setAnimationContainer:(ui::AnimationContainer*)animationContainer;
+
- (BOOL)isAnimating;
@end
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698