diff options
author | Patrick Scott <phanna@android.com> | 2010-12-21 11:50:36 -0500 |
---|---|---|
committer | Patrick Scott <phanna@android.com> | 2010-12-21 11:50:36 -0500 |
commit | add0332f6041d028cd7cdf46ad1b0226547e68fe (patch) | |
tree | 8cc0167ae6350e92eb5ac81b34bdd6d3a455410b | |
parent | 265109f2150dcc0a619e2273152ea43623fc215a (diff) | |
download | external_webkit-add0332f6041d028cd7cdf46ad1b0226547e68fe.zip external_webkit-add0332f6041d028cd7cdf46ad1b0226547e68fe.tar.gz external_webkit-add0332f6041d028cd7cdf46ad1b0226547e68fe.tar.bz2 |
Turn off flattening again now that scrolling is
fixed.
Change-Id: I2cdedf37cc7cff7b0cfe96dd65803902ca7e92c6
-rw-r--r-- | WebCore/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/config.h b/WebCore/config.h index a7dfecd..c7dd31f 100644 --- a/WebCore/config.h +++ b/WebCore/config.h @@ -143,7 +143,6 @@ #define ENABLE_BLOB 1 #define ANDROID_FLATTEN_FRAMESET -#define ANDROID_FLATTEN_IFRAME #define ANDROID_LAYOUT |