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; |
static constexpr SkColor kForeground = 0xCC444444; |
-static constexpr float kWidth = 0.268; |
+static constexpr float kWidth = 0.24; |
static constexpr float kHeight = 0.008; |
} // namespace |