Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2202)

Unified Diff: ash/wm/ash_native_cursor_manager_interactive_uitest.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/ash_native_cursor_manager.cc ('k') | ash/wm/boot_splash_screen_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/ash_native_cursor_manager_interactive_uitest.cc
diff --git a/ash/wm/ash_native_cursor_manager_interactive_uitest.cc b/ash/wm/ash_native_cursor_manager_interactive_uitest.cc
index a4fb5b03c1b3c02944d32c12a5f3e8bb1641131f..4a3afab1a7f137e1edf75031d89acfc5a9589e9c 100644
--- a/ash/wm/ash_native_cursor_manager_interactive_uitest.cc
+++ b/ash/wm/ash_native_cursor_manager_interactive_uitest.cc
@@ -36,23 +36,14 @@ DisplayInfo CreateDisplayInfo(int64_t id,
void MoveMouseSync(aura::Window* window, int x, int y) {
#if defined(USE_X11)
- XWarpPointer(gfx::GetXDisplay(),
- None,
- window->GetHost()->GetAcceleratedWidget(),
- 0, 0, 0, 0,
- x, y);
+ XWarpPointer(gfx::GetXDisplay(), None,
+ window->GetHost()->GetAcceleratedWidget(), 0, 0, 0, 0, x, y);
#endif
// Send and wait for a key event to make sure that mouse
// events are fully processed.
base::RunLoop loop;
- ui_controls::SendKeyPressNotifyWhenDone(
- window,
- ui::VKEY_SPACE,
- false,
- false,
- false,
- false,
- loop.QuitClosure());
+ ui_controls::SendKeyPressNotifyWhenDone(window, ui::VKEY_SPACE, false, false,
+ false, false, loop.QuitClosure());
loop.Run();
}
« no previous file with comments | « ash/wm/ash_native_cursor_manager.cc ('k') | ash/wm/boot_splash_screen_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698