From 7d578379a2999f9e4f9788a915fe9198b4371739 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Thu, 9 Jan 2014 15:45:41 -0500 Subject: [PATCH] Bug 957188 - Increase touch start tolerance to more easily detect taps. r=botond --- gfx/layers/ipc/AsyncPanZoomController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/layers/ipc/AsyncPanZoomController.cpp b/gfx/layers/ipc/AsyncPanZoomController.cpp index 58e5582aae726..278ddc983b80c 100644 --- a/gfx/layers/ipc/AsyncPanZoomController.cpp +++ b/gfx/layers/ipc/AsyncPanZoomController.cpp @@ -133,7 +133,7 @@ namespace layers { * accidentally processing taps as touch moves, and from very short/accidental * touches moving the screen. */ -static float gTouchStartTolerance = 1.0f/16.0f; +static float gTouchStartTolerance = 1.0f/2.0f; /** * Angle from axis within which we stay axis-locked