diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 22:37:51 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 22:37:51 +0000 |
commit | 62cd4b7b7dcff10da0d56ba78ad4f05e2aa11db1 (patch) | |
tree | 08f3891d922d647adacf078b749f36ba29f10f18 /ui/aura/aura.gyp | |
parent | 047df274bc8f537b1b38a08704d0b4a6e2868371 (diff) | |
download | chromium_src-62cd4b7b7dcff10da0d56ba78ad4f05e2aa11db1.zip chromium_src-62cd4b7b7dcff10da0d56ba78ad4f05e2aa11db1.tar.gz chromium_src-62cd4b7b7dcff10da0d56ba78ad4f05e2aa11db1.tar.bz2 |
Revert 120835 - Event smoothing in CrOS gesture recognizer.
Each GesturePoint owns a VelocityCalculator, which maintains a history
of touch positions and times, and gives the GesturePoint its velocity.
An ordinary least squares regression is used to calculate the velocities.
BUG=110229
TEST=aura_unittests
Review URL: http://codereview.chromium.org/9310031
TBR=tdresser@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9358003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r-- | ui/aura/aura.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index 3f7f944..8c4bc99 100644 --- a/ui/aura/aura.gyp +++ b/ui/aura/aura.gyp @@ -62,8 +62,6 @@ 'gestures/gesture_recognizer_aura.h', 'gestures/gesture_point.cc', 'gestures/gesture_point.h', - 'gestures/velocity_calculator.cc', - 'gestures/velocity_calculator.h', 'gestures/gesture_sequence.cc', 'gestures/gesture_sequence.h', 'layout_manager.cc', @@ -162,7 +160,6 @@ ], 'sources': [ 'gestures/gesture_recognizer_unittest.cc', - 'gestures/velocity_calculator_unittest.cc', 'test/run_all_unittests.cc', 'test/test_suite.cc', 'test/test_suite.h', |