| Index: chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc
|
| diff --git a/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc b/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc
|
| index 39f7193fd979dbcaaadaf82e0845cd880bac5ac0..327c9c375641d8cbd043d08cbab5ac70e26b783f 100644
|
| --- a/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc
|
| +++ b/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc
|
| @@ -23,7 +23,7 @@ const SkColor kBackgroundColor = SK_ColorWHITE;
|
| const SkColor kForegroundColor = 0xFF444444;
|
| constexpr float kBorderFactor = 0.1;
|
| constexpr float kIconSizeFactor = 0.7;
|
| -constexpr float kFontSizeFactor = 0.45;
|
| +constexpr float kFontSizeFactor = 0.40;
|
| constexpr float kTextHeightFactor = 1.0 - 2 * kBorderFactor;
|
| constexpr float kTextWidthFactor = 4.0 - 3 * kBorderFactor - kIconSizeFactor;
|
|
|
|
|