summaryrefslogtreecommitdiffstats
path: root/WebCore/config.h
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2010-04-06 13:43:16 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-04-06 13:43:16 -0700
commit5e9b4f88ec0abb578823e8225ad9614c1ba58c6b (patch)
treeb3173a95a77fe1781ed8e482fdd3fa41215abd94 /WebCore/config.h
parente5b1750d38ff2208c180fe357355bf7e23e1d97d (diff)
parent6aaf87eda8480c9d766ba7d5a88d43240657c179 (diff)
downloadexternal_webkit-5e9b4f88ec0abb578823e8225ad9614c1ba58c6b.zip
external_webkit-5e9b4f88ec0abb578823e8225ad9614c1ba58c6b.tar.gz
external_webkit-5e9b4f88ec0abb578823e8225ad9614c1ba58c6b.tar.bz2
Merge "When handling Fixed position, always relative to the top document." into froyo
Diffstat (limited to 'WebCore/config.h')
-rw-r--r--WebCore/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/config.h b/WebCore/config.h
index 9c14b28..cdbc0a4 100644
--- a/WebCore/config.h
+++ b/WebCore/config.h
@@ -137,6 +137,9 @@
#define ANDROID_FIX
+// Ensure that the fixed elements are always relative to the top document.
+#define ANDROID_FIXED_ELEMENTS
+
// Passes the webkit-originated changes of a focused textfield to our UI
// thread
#define ANDROID_ACCEPT_CHANGES_TO_FOCUSED_TEXTFIELDS