diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-21 23:35:55 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-21 23:35:55 +0000 |
commit | b98e06334811922ad53a0372addc37d9e6ed8987 (patch) | |
tree | 81bb6632119e6107a759aa7fb92581df0330944c /chrome/browser/cocoa/throbber_view.mm | |
parent | fd526e869b1101f39a27f318e87105c86c677d42 (diff) | |
download | chromium_src-b98e06334811922ad53a0372addc37d9e6ed8987.zip chromium_src-b98e06334811922ad53a0372addc37d9e6ed8987.tar.gz chromium_src-b98e06334811922ad53a0372addc37d9e6ed8987.tar.bz2 |
Remove a comment long-obsolete.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/545160
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/throbber_view.mm')
-rw-r--r-- | chrome/browser/cocoa/throbber_view.mm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/cocoa/throbber_view.mm b/chrome/browser/cocoa/throbber_view.mm index 729b6b4..d31b719 100644 --- a/chrome/browser/cocoa/throbber_view.mm +++ b/chrome/browser/cocoa/throbber_view.mm @@ -41,9 +41,6 @@ static const float kAnimationIntervalSeconds = 0.03; // 30ms, same as windows @implementation ThrobberFilmstripDelegate -// Stores the internal representation of the image from |image|. We use -// CoreImage for speed (though this doesn't seem to help perf issues). We -// validate that the image is of the appropriate ratio. - (id)initWithImage:(NSImage*)image { if ((self = [super init])) { // Reset the animation counter so there's no chance we are off the end. |