diff options
| author | Grace Kloba <klobag@google.com> | 2010-04-06 13:43:16 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-04-06 13:43:16 -0700 |
| commit | 5e9b4f88ec0abb578823e8225ad9614c1ba58c6b (patch) | |
| tree | b3173a95a77fe1781ed8e482fdd3fa41215abd94 /WebCore/config.h | |
| parent | e5b1750d38ff2208c180fe357355bf7e23e1d97d (diff) | |
| parent | 6aaf87eda8480c9d766ba7d5a88d43240657c179 (diff) | |
| download | external_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.h | 3 |
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 |
