| Index: ash/display/unified_mouse_warp_controller.h
|
| diff --git a/ash/display/unified_mouse_warp_controller.h b/ash/display/unified_mouse_warp_controller.h
|
| index 298ae9aaa5743133510d3ab72320b89b449912e6..639d146fb3e7d5a00bf68ed17d8f677f44e70e23 100644
|
| --- a/ash/display/unified_mouse_warp_controller.h
|
| +++ b/ash/display/unified_mouse_warp_controller.h
|
| @@ -7,6 +7,9 @@
|
|
|
| #include "ash/display/mouse_warp_controller.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| namespace aura {
|
| @@ -52,7 +55,7 @@ class ASH_EXPORT UnifiedMouseWarpController : public MouseWarpController {
|
| gfx::Rect first_edge_bounds_in_native_;
|
| gfx::Rect second_edge_bounds_in_native_;
|
|
|
| - int64 current_cursor_display_id_;
|
| + int64_t current_cursor_display_id_;
|
|
|
| bool update_location_for_test_;
|
|
|
|
|