| Index: chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm b/chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm
|
| index 339650c073331e270e6842a435ec014b071ae783..63bef00f096f1c0f34b84c18f5c139562b6bff93 100644
|
| --- a/chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm
|
| @@ -249,8 +249,7 @@ scoped_ptr<ScreenCaptureNotificationUI> ScreenCaptureNotificationUI::Create(
|
| - (WindowGripView*)init {
|
| gfx::Image gripImage =
|
| ui::ResourceBundle::GetSharedInstance().GetNativeImageNamed(
|
| - IDR_SCREEN_CAPTURE_NOTIFICATION_GRIP,
|
| - ui::ResourceBundle::RTL_DISABLED);
|
| + IDR_SCREEN_CAPTURE_NOTIFICATION_GRIP);
|
| self = [super
|
| initWithFrame:NSMakeRect(0, 0, gripImage.Width(), gripImage.Height())];
|
| [self setImage:gripImage.ToNSImage()];
|
|
|