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

Unified Diff: ui/base/gestures/gesture_sequence.h

Issue 10834283: gesture recognizer: Some cleanup and workaround for a crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
« no previous file with comments | « ui/base/gestures/gesture_recognizer_impl.cc ('k') | ui/base/gestures/gesture_sequence.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/gestures/gesture_sequence.h
diff --git a/ui/base/gestures/gesture_sequence.h b/ui/base/gestures/gesture_sequence.h
index ebde7bc746c1fafa2ac8584b43e751a9f8388aeb..3933ef7abec5b1715a3bead8dfdfd6dad494df7e 100644
--- a/ui/base/gestures/gesture_sequence.h
+++ b/ui/base/gestures/gesture_sequence.h
@@ -59,8 +59,6 @@ class UI_EXPORT GestureSequence {
}
private:
- void Reset();
-
// Recreates the axis-aligned bounding box that contains all the touch-points
// at their most recent position.
void RecreateBoundingBox();
@@ -144,9 +142,6 @@ class UI_EXPORT GestureSequence {
bool ScrollUpdate(const TouchEvent& event,
const GesturePoint& point,
Gestures* gestures);
- bool NoGesture(const TouchEvent& event,
- const GesturePoint& point,
- Gestures* gestures);
bool TouchDown(const TouchEvent& event,
const GesturePoint& point,
Gestures* gestures);
« no previous file with comments | « ui/base/gestures/gesture_recognizer_impl.cc ('k') | ui/base/gestures/gesture_sequence.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698