diff options
Diffstat (limited to 'ash/system/overview/overview_button_tray_unittest.cc')
-rw-r--r-- | ash/system/overview/overview_button_tray_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/system/overview/overview_button_tray_unittest.cc b/ash/system/overview/overview_button_tray_unittest.cc index 2471533..27ff367 100644 --- a/ash/system/overview/overview_button_tray_unittest.cc +++ b/ash/system/overview/overview_button_tray_unittest.cc @@ -78,8 +78,8 @@ TEST_F(OverviewButtonTrayTest, PerformAction) { // Overview Mode only works when there is a window scoped_ptr<aura::Window> window( CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); - ui::GestureEvent tap(0, 0, 0, base::TimeDelta(), - ui::GestureEventDetails(ui::ET_GESTURE_TAP, 0.0f, 0.0f)); + ui::GestureEvent tap( + 0, 0, 0, base::TimeDelta(), ui::GestureEventDetails(ui::ET_GESTURE_TAP)); GetTray()->PerformAction(tap); EXPECT_TRUE(Shell::GetInstance()->window_selector_controller()-> IsSelecting()); |