| 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_;
|
|
|