From 7b3aa961e8905b04fbe185f85a78a4b6b241ea5d Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Mon, 4 May 2009 02:33:38 +0000 Subject: 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 --- chrome/browser/views/tabs/tab_renderer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/views/tabs') 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); -- cgit v1.1