| Index: chrome/browser/ui/cocoa/download/download_started_animation_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/download/download_started_animation_mac.mm b/chrome/browser/ui/cocoa/download/download_started_animation_mac.mm
|
| index c4bfaebbbc4bf51b3072b5f87f31bff4302f98b3..14305d11a5cc5da4df0ff62d5c067cb0d4d699d5 100644
|
| --- a/chrome/browser/ui/cocoa/download/download_started_animation_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/download/download_started_animation_mac.mm
|
| @@ -96,7 +96,8 @@ class DownloadAnimationWebObserver : public content::NotificationObserver {
|
| if ((self = [super init])) {
|
| // Load the image of the download arrow.
|
| ResourceBundle& bundle = ResourceBundle::GetSharedInstance();
|
| - NSImage* image = bundle.GetNativeImageNamed(IDR_DOWNLOAD_ANIMATION_BEGIN);
|
| + NSImage* image =
|
| + bundle.GetNativeImageNamed(IDR_DOWNLOAD_ANIMATION_BEGIN).ToNSImage();
|
|
|
| // Figure out the positioning in the current tab. Try to position the layer
|
| // against the left edge, and three times the download image's height from
|
|
|