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

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

Issue 2928593002: VR: Improving UI colors and elements positioning (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
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 9f14c5ac2959919a06a9eeba054759a00f44bc31..ebbed05f57c648c06addb7ec75c328016008560a 100644
--- a/chrome/browser/android/vr_shell/color_scheme.h
+++ b/chrome/browser/android/vr_shell/color_scheme.h
@@ -48,6 +48,10 @@ struct ColorScheme {
// The color used for disabled icons.
SkColor disabled;
+
+ // Colors used for the loading progress bar indicator.
+ SkColor loading_background;
+ SkColor loading_foreground;
};
} // namespace vr_shell

Powered by Google App Engine
This is Rietveld 408576698