summaryrefslogtreecommitdiffstats
path: root/WebCore/config.h
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-07-20 02:59:51 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-07-20 02:59:51 -0700
commit459cc6ac10bd670746ba34168f88fe1050e5ad52 (patch)
tree3583cb72359fb8b5032e11653eb2b5fec14970d0 /WebCore/config.h
parentc4d1c0d816751b78e3fdcf3276994d74bed2e807 (diff)
parentbbe299e200c3fe5dbfd0696096de121f9057eb0d (diff)
downloadexternal_webkit-459cc6ac10bd670746ba34168f88fe1050e5ad52.zip
external_webkit-459cc6ac10bd670746ba34168f88fe1050e5ad52.tar.gz
external_webkit-459cc6ac10bd670746ba34168f88fe1050e5ad52.tar.bz2
Merge "Removing ANDROID_USER_GESTURE ifdef"
Diffstat (limited to 'WebCore/config.h')
-rw-r--r--WebCore/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/config.h b/WebCore/config.h
index 8af4fe9..9a3cd78 100644
--- a/WebCore/config.h
+++ b/WebCore/config.h
@@ -194,9 +194,6 @@
// apple-touch-icon support in <link> tags
#define ANDROID_APPLE_TOUCH_ICON
-// Checking if an action is user initiated or not
-#define ANDROID_USER_GESTURE_CHECK
-
// Enable prefetching when specified via the rel element of <link> elements.
#define ENABLE_LINK_PREFETCH 1