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

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

Issue 2885433003: VR: Implement Omnibox input targeting. (Closed)
Patch Set: 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
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 d0745d2094b5ccd818c468c7d92169c7cfff5e8f..2fcf2f2e5990108597bc2ce2a9a420d36a8aaf3d 100644
--- a/chrome/browser/android/vr_shell/textures/loading_indicator_texture.cc
+++ b/chrome/browser/android/vr_shell/textures/loading_indicator_texture.cc
@@ -15,7 +15,7 @@ namespace {
static constexpr SkColor kBackground = 0xCCAAAAAA;
cjgrant 2017/05/16 14:07:23 Lets set these too? background: B9B9B9 foreground:
mthiesse 2017/05/16 18:11:01 I want to leave as-is for now. Will revisit once w
static constexpr SkColor kForeground = 0xCC444444;
-static constexpr float kWidth = 0.268;
+static constexpr float kWidth = 0.24;
static constexpr float kHeight = 0.008;
} // namespace

Powered by Google App Engine
This is Rietveld 408576698