diff options
Diffstat (limited to 'WebCore/config.h')
-rw-r--r-- | WebCore/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/config.h b/WebCore/config.h index 8494f9e..4c7c2a9 100644 --- a/WebCore/config.h +++ b/WebCore/config.h @@ -135,6 +135,10 @@ #define ANDROID_FIX +// Ensure that the fixed elements are set relative to the screen +// rather than the virtual viewport +#define ANDROID_FIXED_ELEMENTS + // Passes the webkit-originated changes of a focused textfield to our UI // thread #define ANDROID_ACCEPT_CHANGES_TO_FOCUSED_TEXTFIELDS |