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

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

Issue 2906753002: VR: Setting background colors for URL bar (Closed)
Patch Set: adjust hover/click Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/textures/url_bar_texture.cc
diff --git a/chrome/browser/android/vr_shell/textures/url_bar_texture.cc b/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
index 3c43bf06aca9c987d7b1bc24a3dbee721ffdea18..61c6d4390f45a3d60215f4945779f50e4574d98e 100644
--- a/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
+++ b/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
@@ -22,10 +22,9 @@ namespace vr_shell {
namespace {
-// TODO(mthiesse): These values are all wrong. The UX spec is unclear.
-static constexpr SkColor kBackground = 0x66D6D6D6;
-static constexpr SkColor kBackgroundHover = 0x6EF0F0F0;
-static constexpr SkColor kBackgroundDown = 0x76F6F6F6;
+static constexpr SkColor kBackground = 0x66EBEBEB;
+static constexpr SkColor kBackgroundHover = 0xFFEAEAEA;
+static constexpr SkColor kBackgroundDown = 0xFFFAFAFA;
static constexpr SkColor kForeground = 0xFF333333;
static constexpr SkColor kSeparatorColor = 0x33000000;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698