From f453e13fab0dd2583b793466fe3bf075ca279c17 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Mon, 15 Nov 2010 12:05:59 -0500 Subject: [PATCH] increase the select text anchor hit slop bug:3195900 Change-Id: I55317b6c2d1f2dd48e2522df9ba45653a479793a --- WebKit/android/nav/SelectText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebKit/android/nav/SelectText.cpp b/WebKit/android/nav/SelectText.cpp index 36530b6e1..2a1ca34a6 100644 --- a/WebKit/android/nav/SelectText.cpp +++ b/WebKit/android/nav/SelectText.cpp @@ -1208,7 +1208,7 @@ static WTF::String text(const SkPicture& picture, const SkIRect& area, #define DROP_GRADIENT_TOP 0x50000000 #define DROP_GRADIENT_BOTTOM 0x00000000 -#define SLOP 20 +#define SLOP 35 SelectText::SelectText() { -- 2.11.0