Index: ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc |
diff --git a/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc |
index 7a53f9d34e4ebf456aec83b8efed023815610137..dd6eb4040c0c70b9b45791d63c0adb1318076529 100644 |
--- a/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc |
+++ b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc |
@@ -209,8 +209,8 @@ |
EnableMaximizeModeWindowManager(true); |
ASSERT_FALSE(tray_view()->visible()); |
- ui::GestureEvent tap( |
- 0, 0, 0, base::TimeDelta(), ui::GestureEventDetails(ui::ET_GESTURE_TAP)); |
+ ui::GestureEvent tap(0, 0, 0, base::TimeDelta(), |
+ ui::GestureEventDetails(ui::ET_GESTURE_TAP, 0.0f, 0.0f)); |
default_view()->OnGestureEvent(&tap); |
EXPECT_TRUE(maximize_mode_controller->rotation_locked()); |
EXPECT_TRUE(tray_view()->visible()); |