diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-09 17:32:13 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-09 17:32:13 +0000 |
commit | e1aac6a43a5bb3f9f6d6287f704e1c3b37da03db (patch) | |
tree | e33049854663c662d2ac2c8ffc89a7420c59e729 /chrome/browser/cocoa | |
parent | 72d0fc7358e46f8646ebb14e3ea882618c260039 (diff) | |
download | chromium_src-e1aac6a43a5bb3f9f6d6287f704e1c3b37da03db.zip chromium_src-e1aac6a43a5bb3f9f6d6287f704e1c3b37da03db.tar.gz chromium_src-e1aac6a43a5bb3f9f6d6287f704e1c3b37da03db.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/cocoa')
-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 |