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

Unified Diff: ui/events/gesture_detection/velocity_tracker_state.cc

Issue 1287103004: Sync ui/events to chromium @ https://codereview.chromium.org/1210203002 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 4 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
Index: ui/events/gesture_detection/velocity_tracker_state.cc
diff --git a/ui/events/gesture_detection/velocity_tracker_state.cc b/ui/events/gesture_detection/velocity_tracker_state.cc
index 12168560dbd58ebaaab690c62cb96037cec3f56f..fdae25f85e6c672364ba9acee498e5c6fe39d153 100644
--- a/ui/events/gesture_detection/velocity_tracker_state.cc
+++ b/ui/events/gesture_detection/velocity_tracker_state.cc
@@ -13,10 +13,6 @@ namespace {
const int ACTIVE_POINTER_ID = -1;
}
-VelocityTrackerState::VelocityTrackerState()
- : velocity_tracker_(VelocityTracker::STRATEGY_DEFAULT),
- active_pointer_id_(ACTIVE_POINTER_ID) {}
-
VelocityTrackerState::VelocityTrackerState(VelocityTracker::Strategy strategy)
: velocity_tracker_(strategy), active_pointer_id_(ACTIVE_POINTER_ID) {}
« no previous file with comments | « ui/events/gesture_detection/velocity_tracker_state.h ('k') | ui/events/gesture_detection/velocity_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698