| Index: ui/events/gestures/gesture_provider_aura_unittest.cc
|
| diff --git a/ui/events/gestures/gesture_provider_aura_unittest.cc b/ui/events/gestures/gesture_provider_aura_unittest.cc
|
| index e2b1523d17accb028fe410b7956e002c55392814..b51ca616c65fb95b35ae0567a8eb2c691e0cb60e 100644
|
| --- a/ui/events/gestures/gesture_provider_aura_unittest.cc
|
| +++ b/ui/events/gestures/gesture_provider_aura_unittest.cc
|
| @@ -62,10 +62,10 @@
|
| }
|
|
|
| TEST_F(GestureProviderAuraTest, IgnoresIdenticalMoveEvents) {
|
| - const float kRadiusX = 20.f;
|
| - const float kRadiusY = 30.f;
|
| - const float kAngle = 0.321f;
|
| - const float kForce = 40.f;
|
| + const float kRadiusX = 20;
|
| + const float kRadiusY = 30;
|
| + const float kAngle = 120;
|
| + const float kForce = 40;
|
| const int kTouchId0 = 5;
|
| const int kTouchId1 = 3;
|
|
|
|
|