diff options
Diffstat (limited to 'chrome/browser/cocoa/throbber_view.mm')
-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 81df5c9..fc5f175 100644 --- a/chrome/browser/cocoa/throbber_view.mm +++ b/chrome/browser/cocoa/throbber_view.mm @@ -107,7 +107,7 @@ static const float kAnimationIntervalSeconds = 0.03; // 30ms, same as windows } image_.reset([[CIImage alloc] initWithBitmapImageRep:rep]); -#if 0 +#if 1 // TODO(pinkerton): The invalidation of the view to trigger re-draw causes // the entire title-bar to redraw (you can see it with QuartzDebug). For some // reason, setting isOpaque on this view, or any of its parent views, doesn't |