| 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 5953fb9f92ee269ae6b21e1c6a7e7d46b7592380..708768864d06d06e478442bef1663a45c82cd337 100644
|
| --- a/chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm
|
| @@ -237,7 +237,7 @@ scoped_ptr<ScreenCaptureNotificationUI> ScreenCaptureNotificationUI::Create(
|
| @implementation ScreenCaptureNotificationView
|
|
|
| - (void)drawRect:(NSRect)dirtyRect {
|
| - [gfx::SkColorToSRGBNSColor(ui::NativeThemeMac::instance()->GetSystemColor(
|
| + [skia::SkColorToSRGBNSColor(ui::NativeThemeMac::instance()->GetSystemColor(
|
| ui::NativeTheme::kColorId_DialogBackground)) set];
|
| [[NSBezierPath bezierPathWithRoundedRect:[self bounds]
|
| xRadius:kWindowCornerRadius
|
|
|