Index: chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
diff --git a/chrome/browser/ui/views/screen_capture_notification_ui_views.cc b/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
index 86608704805e7c14f774a4ddfdd6c57fc1392fad..f3fb18f0f7c252a862c0e00b037cb42df1de30d8 100644 |
--- a/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
+++ b/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
@@ -192,8 +192,8 @@ gfx::NativeViewId ScreenCaptureNotificationUIViews::OnStarted( |
widget->Init(params); |
widget->SetAlwaysOnTop(true); |
- set_background(views::Background::CreateSolidBackground(GetNativeTheme()-> |
- GetSystemColor(ui::NativeTheme::kColorId_DialogBackground))); |
+ set_background(views::Background::CreateThemedSolidBackground( |
+ this, ui::NativeTheme::kColorId_DialogBackground)); |
display::Screen* screen = display::Screen::GetScreen(); |
// TODO(sergeyu): Move the notification to the display being captured when |