| Index: ash/touch/touch_transformer_controller.cc
|
| diff --git a/ash/touch/touch_transformer_controller.cc b/ash/touch/touch_transformer_controller.cc
|
| index 142fdf151ced9562b0640889cd299f3ad8bb9fad..0af8c8d86e4f6aa5a307ca04f170f9bb45d64f24 100644
|
| --- a/ash/touch/touch_transformer_controller.cc
|
| +++ b/ash/touch/touch_transformer_controller.cc
|
| @@ -154,12 +154,12 @@ void TouchTransformerController::UpdateTouchTransformer() const {
|
| device_manager->ClearTouchDeviceAssociations();
|
|
|
| // Display IDs and DisplayInfo for mirror or extended mode.
|
| - int64 display1_id = gfx::Display::kInvalidDisplayID;
|
| - int64 display2_id = gfx::Display::kInvalidDisplayID;
|
| + int64_t display1_id = gfx::Display::kInvalidDisplayID;
|
| + int64_t display2_id = gfx::Display::kInvalidDisplayID;
|
| DisplayInfo display1;
|
| DisplayInfo display2;
|
| // Display ID and DisplayInfo for single display mode.
|
| - int64 single_display_id = gfx::Display::kInvalidDisplayID;
|
| + int64_t single_display_id = gfx::Display::kInvalidDisplayID;
|
| DisplayInfo single_display;
|
|
|
| WindowTreeHostManager* window_tree_host_manager =
|
|
|