| Index: ash/wm/gestures/long_press_affordance_handler.h
|
| diff --git a/ash/wm/gestures/long_press_affordance_handler.h b/ash/wm/gestures/long_press_affordance_handler.h
|
| index feed1258c0412f3a8e2276ca824ba71278e205a2..c21a587ca70c7cf6925cecb97d03c3bfb1721ce7 100644
|
| --- a/ash/wm/gestures/long_press_affordance_handler.h
|
| +++ b/ash/wm/gestures/long_press_affordance_handler.h
|
| @@ -68,7 +68,7 @@ class LongPressAffordanceHandler : public ui::AnimationDelegate,
|
| gfx::Point tap_down_location_;
|
| int tap_down_touch_id_;
|
| base::OneShotTimer<LongPressAffordanceHandler> timer_;
|
| - int tap_down_display_id_;
|
| + int64 tap_down_display_id_;
|
| LongPressAnimationType current_animation_type_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LongPressAffordanceHandler);
|
|
|