Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc

Issue 2323913002: Desktop Capture Picker: More Clear Selection (Closed)
Patch Set: Remove include Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/desktop_capture/desktop_media_source_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc
diff --git a/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc b/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc
index 2f133d61850fcfbfd7e3708081686fb86436b8ce..8fcde935cd7b795f7e1ce1c68c01d681f4c48559 100644
--- a/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc
+++ b/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc
@@ -75,7 +75,7 @@ DesktopMediaPickerDialogView::DesktopMediaPickerDialogView(
AddChildView(description_label_);
const SkColor bg_color = GetNativeTheme()->GetSystemColor(
- ui::NativeTheme::kColorId_MenuBackgroundColor);
+ ui::NativeTheme::kColorId_DialogBackground);
if (screen_list) {
source_types_.push_back(DesktopMediaID::TYPE_SCREEN);
« no previous file with comments | « no previous file | chrome/browser/ui/views/desktop_capture/desktop_media_source_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698