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

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

Issue 2932573002: [VrShell] Fix incorrect loading indicator colors. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/color_scheme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/color_scheme.h
diff --git a/chrome/browser/android/vr_shell/color_scheme.h b/chrome/browser/android/vr_shell/color_scheme.h
index 8457c8139a820751f83d3a3820f0dd550e762f65..d310b0da3c5ada2a8471ba044d66ac1c8599e199 100644
--- a/chrome/browser/android/vr_shell/color_scheme.h
+++ b/chrome/browser/android/vr_shell/color_scheme.h
@@ -39,16 +39,16 @@ struct ColorScheme {
SkColor close_button_background;
SkColor close_button_background_hover;
SkColor close_button_background_down;
- SkColor loading_indicator_background;
SkColor loading_indicator_foreground;
- SkColor exit_warning_background;
+ SkColor loading_indicator_background;
SkColor exit_warning_foreground;
- SkColor transient_warning_background;
+ SkColor exit_warning_background;
SkColor transient_warning_foreground;
- SkColor permanent_warning_background;
+ SkColor transient_warning_background;
SkColor permanent_warning_foreground;
- SkColor system_indicator_background;
+ SkColor permanent_warning_background;
SkColor system_indicator_foreground;
+ SkColor system_indicator_background;
// If you have a segmented element, its separators should use this color.
SkColor separator;
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/color_scheme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698