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

Unified Diff: ash/wm/gestures/long_press_affordance_handler.h

Issue 11189005: Fix display id type in long press affordance handler. Currently, the affordance (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698