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

Unified Diff: ash/display/unified_mouse_warp_controller.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/display/shared_display_edge_indicator.cc ('k') | ash/drag_drop/drag_drop_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/unified_mouse_warp_controller.cc
diff --git a/ash/display/unified_mouse_warp_controller.cc b/ash/display/unified_mouse_warp_controller.cc
index 74fcfc5e9d6c9ba531141a8b6f99c4c2a9d66eb6..1c911cf8677959a811dc0b5c39b28c4b21da8a68 100644
--- a/ash/display/unified_mouse_warp_controller.cc
+++ b/ash/display/unified_mouse_warp_controller.cc
@@ -47,7 +47,8 @@ aura::WindowTreeHost* FindMirroringWindowTreeHostFromScreenPoint(
if (index < 0)
return nullptr;
return GetMirroringAshWindowTreeHostForDisplayId(
- mirroring_display_list[index].id())->AsWindowTreeHost();
+ mirroring_display_list[index].id())
+ ->AsWindowTreeHost();
}
#endif
@@ -57,8 +58,7 @@ UnifiedMouseWarpController::UnifiedMouseWarpController()
: current_cursor_display_id_(display::Display::kInvalidDisplayID),
update_location_for_test_(false) {}
-UnifiedMouseWarpController::~UnifiedMouseWarpController() {
-}
+UnifiedMouseWarpController::~UnifiedMouseWarpController() {}
bool UnifiedMouseWarpController::WarpMouseCursor(ui::MouseEvent* event) {
// Mirroring windows are created asynchronously, so compute the edge
« no previous file with comments | « ash/display/shared_display_edge_indicator.cc ('k') | ash/drag_drop/drag_drop_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698