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

Unified Diff: ash/display/extended_mouse_warp_controller.h

Issue 1827083003: Address comments in the orignial CL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/display_util.h ('k') | ash/display/extended_mouse_warp_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/extended_mouse_warp_controller.h
diff --git a/ash/display/extended_mouse_warp_controller.h b/ash/display/extended_mouse_warp_controller.h
index 1126ef34aaf72ae662c57c4c8306871df3aa0998..05a6988131bbbc00648d4781df9e19985848fcd9 100644
--- a/ash/display/extended_mouse_warp_controller.h
+++ b/ash/display/extended_mouse_warp_controller.h
@@ -105,11 +105,11 @@ class ASH_EXPORT ExtendedMouseWarpController : public MouseWarpController {
const gfx::Point& point_in_screen,
bool update_mouse_location_now);
- // Creates WarpRegion between display |a| and
- // |b|. |drag_source_dispaly_id| is used to indicate in which
- // display a drag is started, or invalid id passed if this is not
- // for dragging. Returns null scoped_ptr if two displays do not
- // share the edge.
+ // Creates WarpRegion between display |a| and |b|.
+ // |drag_source_dispaly_id| is used to indicate in which display a
+ // drag is started, or invalid id passed if this is not for
+ // dragging. Returns null scoped_ptr if two displays do not share
+ // the edge.
scoped_ptr<WarpRegion> CreateWarpRegion(const gfx::Display& a,
const gfx::Display& b,
int64_t drag_source_dispay_id);
« no previous file with comments | « ash/display/display_util.h ('k') | ash/display/extended_mouse_warp_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698