diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 02:33:38 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 02:33:38 +0000 |
commit | 7b3aa961e8905b04fbe185f85a78a4b6b241ea5d (patch) | |
tree | 45ac7aedca9bcb546559707d246f971219a41f22 /chrome/browser/views/tabs | |
parent | 679092e9bebd5696e633967caa22399086e51ea3 (diff) | |
download | chromium_src-7b3aa961e8905b04fbe185f85a78a4b6b241ea5d.zip chromium_src-7b3aa961e8905b04fbe185f85a78a4b6b241ea5d.tar.gz chromium_src-7b3aa961e8905b04fbe185f85a78a4b6b241ea5d.tar.bz2 |
Bustage fix:
Add back these files which I removed earlier since Linux is using them.
The resources are duplicate until I collapse them into src/app/ later this week.
Review URL: http://codereview.chromium.org/100320
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/tabs')
-rw-r--r-- | chrome/browser/views/tabs/tab_renderer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/tabs/tab_renderer.cc b/chrome/browser/views/tabs/tab_renderer.cc index d8d74b2..3c4a5c3 100644 --- a/chrome/browser/views/tabs/tab_renderer.cc +++ b/chrome/browser/views/tabs/tab_renderer.cc @@ -88,7 +88,7 @@ void InitResources() { // The loading animation image is a strip of states. Each state must be // square, so the height must divide the width evenly. - loading_animation_frames = rb.GetBitmapNamed(IDR_THROBBER); + loading_animation_frames = rb.GetBitmapNamed(IDR_VIEWS_THROBBER); DCHECK(loading_animation_frames); DCHECK(loading_animation_frames->width() % loading_animation_frames->height() == 0); |