diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/cocoa/throbber_view.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/throbber_view.mm b/chrome/browser/cocoa/throbber_view.mm index b8a517e..7f68c03 100644 --- a/chrome/browser/cocoa/throbber_view.mm +++ b/chrome/browser/cocoa/throbber_view.mm @@ -78,7 +78,7 @@ const float kAnimationIntervalSeconds = 0.03; // 30ms, same as windows // counter and mark as needing display. - (void)animate { animationFrame_ = ++animationFrame_ % numFrames_; - [self setNeedsDisplay:YES]; + //[self setNeedsDisplay:YES]; } // Overridden to draw the appropriate frame in the image strip. |