summaryrefslogtreecommitdiffstats
path: root/WebCore/config.h
diff options
context:
space:
mode:
authorShimeng (Simon) Wang <swang@google.com>2011-01-11 09:59:32 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-11 09:59:33 -0800
commitcea2bc79994f4e4f617a2e1a372dfc44a3f5365a (patch)
tree5b682d4183b106955321e17ebcf14da560f3e684 /WebCore/config.h
parent354a67ba58009fa494d34c28980688a3ee292205 (diff)
parent16985906886590f9a70e45e302a2f1296cca6cdb (diff)
downloadexternal_webkit-cea2bc79994f4e4f617a2e1a372dfc44a3f5365a.zip
external_webkit-cea2bc79994f4e4f617a2e1a372dfc44a3f5365a.tar.gz
external_webkit-cea2bc79994f4e4f617a2e1a372dfc44a3f5365a.tar.bz2
Merge "Remove ANDROID_SCROLL_ON_GOTO_ANCHOR in WebCore/config.h" into honeycomb
Diffstat (limited to 'WebCore/config.h')
-rw-r--r--WebCore/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/config.h b/WebCore/config.h
index 098e3f0..b2af90a 100644
--- a/WebCore/config.h
+++ b/WebCore/config.h
@@ -189,12 +189,6 @@
// Enable dumping the display tree to a file (triggered in WebView.java)
#define ANDROID_DUMP_DISPLAY_TREE
-// Allow webkit to initiate scroll when going to an anchor on a page
-// The implementation is not acceptable to webkit. Either scrollRectToVisible
-// needs additional flavor or parameter to know that it can't be ignored,
-// and/or script engine must keep whether event was user initiated.
-#define ANDROID_SCROLL_ON_GOTO_ANCHOR
-
// Animated GIF support.
#define ANDROID_ANIMATED_GIF