From e1aac6a43a5bb3f9f6d6287f704e1c3b37da03db Mon Sep 17 00:00:00 2001 From: "pinkerton@chromium.org" Date: Thu, 9 Jul 2009 17:32:13 +0000 Subject: Testing perfbots with throbber enabled BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20273 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/throbber_view.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/cocoa') 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 -- cgit v1.1