diff options
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 84e50fe..df4d06b 100644 --- a/WebCore/config.h +++ b/WebCore/config.h @@ -200,6 +200,9 @@ // Enable hit test with point plus a size #define ANDROID_HITTEST_WITHSIZE +// Enable scrollable divs in separate layers. This might be upstreamed to +// webkit.org but for now, it is just an Android feature. +#define ENABLE_ANDROID_OVERFLOW_SCROLL 1 #endif /* PLATFORM(ANDROID) */ |
