summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/SelectText.cpp
diff options
context:
space:
mode:
authorCary Clark <cary@android.com>2010-11-15 12:05:59 -0500
committerCary Clark <cary@android.com>2010-11-15 12:05:59 -0500
commitf453e13fab0dd2583b793466fe3bf075ca279c17 (patch)
tree8d839a9ae142f786e67632ee80bbd52abee0e039 /WebKit/android/nav/SelectText.cpp
parent438cced0716e328ab5e424e35b377d2dd686f46b (diff)
downloadexternal_webkit-f453e13fab0dd2583b793466fe3bf075ca279c17.zip
external_webkit-f453e13fab0dd2583b793466fe3bf075ca279c17.tar.gz
external_webkit-f453e13fab0dd2583b793466fe3bf075ca279c17.tar.bz2
increase the select text anchor hit slop
bug:3195900 Change-Id: I55317b6c2d1f2dd48e2522df9ba45653a479793a
Diffstat (limited to 'WebKit/android/nav/SelectText.cpp')
-rw-r--r--WebKit/android/nav/SelectText.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/nav/SelectText.cpp b/WebKit/android/nav/SelectText.cpp
index 36530b6..2a1ca34 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()
{