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

Unified Diff: chrome/browser/android/vr_shell/textures/loading_indicator_texture.cc

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/textures/loading_indicator_texture.cc
diff --git a/chrome/browser/android/vr_shell/textures/loading_indicator_texture.cc b/chrome/browser/android/vr_shell/textures/loading_indicator_texture.cc
index 2fcf2f2e5990108597bc2ce2a9a420d36a8aaf3d..d330387e5b5dd0cd26006f08b342bb4fb6462385 100644
--- a/chrome/browser/android/vr_shell/textures/loading_indicator_texture.cc
+++ b/chrome/browser/android/vr_shell/textures/loading_indicator_texture.cc
@@ -13,8 +13,8 @@ namespace vr_shell {
namespace {
-static constexpr SkColor kBackground = 0xCCAAAAAA;
-static constexpr SkColor kForeground = 0xCC444444;
+static constexpr SkColor kBackground = 0xFF8C8C8C;
+static constexpr SkColor kForeground = 0xFF333333;
static constexpr float kWidth = 0.24;
static constexpr float kHeight = 0.008;
« no previous file with comments | « chrome/browser/android/vr_shell/color_scheme.cc ('k') | chrome/browser/android/vr_shell/textures/url_bar_texture_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698