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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_target_aura.h

Issue 95153002: Make touch-based synthetic gesture take touch slop into account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused variable. Created 7 years 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: content/browser/renderer_host/input/synthetic_gesture_target_aura.h
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
index 69837de83ada139be5aa4fc8411b39d2c5fbd901..5a4ab9cbfe0580e36d7d3031067f623cada37d18 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
@@ -30,6 +30,8 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
SyntheticGestureParams::GestureSourceType gesture_source_type) const
OVERRIDE;
+ virtual int GetTouchSlopInDips() const OVERRIDE;
+
private:
DISALLOW_COPY_AND_ASSIGN(SyntheticGestureTargetAura);
};

Powered by Google App Engine
This is Rietveld 408576698