Index: ui/keyboard/resources/constants.js |
diff --git a/ui/keyboard/resources/constants.js b/ui/keyboard/resources/constants.js |
index 57fee3c5c455deb34bc88e2fa1abc00a8599c0c8..96365592caf4d351f352e03c383f4a1949645339 100644 |
--- a/ui/keyboard/resources/constants.js |
+++ b/ui/keyboard/resources/constants.js |
@@ -80,6 +80,13 @@ var KEY_PADDING_TOP = 1; |
var KEY_PADDING_BOTTOM = 1; |
/** |
+ * The greatest distance between a key and a touch point for a PointerEvent |
+ * to be processed. |
+ * @type {number} |
+ */ |
+var MAX_TOUCH_FUZZ_DISTANCE = 20; |
+ |
+/** |
* The maximum number of extra pixels before a resize is triggered. |
* @type {number} |
*/ |