Index: content/browser/renderer_host/input/synthetic_gesture_target.h |
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target.h b/content/browser/renderer_host/input/synthetic_gesture_target.h |
index 5b31b0294fb06e99fc288c50060bcd43747d0511..01487fc277295b033f552a6a55314c7c5ce2f9d2 100644 |
--- a/content/browser/renderer_host/input/synthetic_gesture_target.h |
+++ b/content/browser/renderer_host/input/synthetic_gesture_target.h |
@@ -44,6 +44,10 @@ class CONTENT_EXPORT SyntheticGestureTarget { |
// After how much time of inaction does the target assume that a pointer has |
// stopped moving. |
virtual base::TimeDelta PointerAssumedStoppedTime() const = 0; |
+ |
+ // Returns the maximum number of DIPs a touch pointer can move without being |
+ // considered moving by the platform. |
+ virtual int GetTouchSlopInDips() const = 0; |
}; |
} // namespace content |