| Index: chrome/browser/android/vr_shell/vr_controller.cc
|
| diff --git a/chrome/browser/android/vr_shell/vr_controller.cc b/chrome/browser/android/vr_shell/vr_controller.cc
|
| index a3ddfb61e38a9e3a9bd5062414dd0f2201f7fb1e..f57ec0ab5210b3bfddb44bbb629bf2c837d2e60d 100644
|
| --- a/chrome/browser/android/vr_shell/vr_controller.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_controller.cc
|
| @@ -15,7 +15,7 @@ namespace vr_shell {
|
|
|
| namespace {
|
|
|
| -constexpr float kDisplacementScaleFactor = 800.0f;
|
| +constexpr float kDisplacementScaleFactor = 300.0f;
|
|
|
| // A slop represents a small rectangular region around the first touch point of
|
| // a gesture.
|
|
|