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

Unified Diff: chrome/browser/android/vr_shell/color_scheme.cc

Issue 2957173002: Update toast behavior and apperance according to UX requirement (Closed)
Patch Set: review Created 3 years, 6 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
Index: chrome/browser/android/vr_shell/color_scheme.cc
diff --git a/chrome/browser/android/vr_shell/color_scheme.cc b/chrome/browser/android/vr_shell/color_scheme.cc
index 178fe5b1830c45276b45c52f82ead8bec758eb3a..c65da25d48aafb400b504b681247d6b41049f585 100644
--- a/chrome/browser/android/vr_shell/color_scheme.cc
+++ b/chrome/browser/android/vr_shell/color_scheme.cc
@@ -40,10 +40,8 @@ void InitializeColorSchemes() {
normal_scheme.exit_warning_foreground;
normal_scheme.transient_warning_background =
normal_scheme.exit_warning_background;
- normal_scheme.exclusive_screen_toast_foreground =
- normal_scheme.exit_warning_foreground;
- normal_scheme.exclusive_screen_toast_background =
- normal_scheme.exit_warning_background;
+ normal_scheme.exclusive_screen_toast_foreground = 0xCCFFFFFF;
+ normal_scheme.exclusive_screen_toast_background = 0xCC2F2F2F;
normal_scheme.permanent_warning_foreground = 0xFF444444;
normal_scheme.permanent_warning_background = SK_ColorWHITE;
« no previous file with comments | « chrome/browser/android/vr_shell/BUILD.gn ('k') | chrome/browser/android/vr_shell/textures/exclusive_screen_toast_texture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698