| 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;
|
|
|
|
|