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

Unified Diff: mash/simple_wm/move_loop.h

Issue 2655303004: Add id properties to PointerEvent (Closed)
Patch Set: pointer id Created 3 years, 10 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
Index: mash/simple_wm/move_loop.h
diff --git a/mash/simple_wm/move_loop.h b/mash/simple_wm/move_loop.h
index 333d043f9142d98fcfd3474ca7044f7909215aa1..2dee86f48a71f06a7d412b783b4180af131270e6 100644
--- a/mash/simple_wm/move_loop.h
+++ b/mash/simple_wm/move_loop.h
@@ -102,7 +102,7 @@ class MoveLoop : public aura::WindowObserver {
const VerticalLocation v_loc_;
// The id of the pointer that triggered the move.
- const int32_t pointer_id_;
+ const uint32_t pointer_id_;
// Location of the event (in screen coordinates) that triggered the move.
const gfx::Point initial_event_screen_location_;

Powered by Google App Engine
This is Rietveld 408576698