summaryrefslogtreecommitdiffstats
path: root/WebCore/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/config.h')
-rw-r--r--WebCore/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/config.h b/WebCore/config.h
index 6fa0c73..48f9543 100644
--- a/WebCore/config.h
+++ b/WebCore/config.h
@@ -130,6 +130,9 @@
#undef ENABLE_COMPOSITED_FIXED_ELEMENTS // Disabled by default in Platform.h
#define ENABLE_COMPOSITED_FIXED_ELEMENTS 1
+#define ENABLE_FILE_READER 1
+#define ENABLE_BLOB_SLICE 1
+
#define ANDROID_FLATTEN_FRAMESET
#define ANDROID_FLATTEN_IFRAME
@@ -200,6 +203,7 @@
// Enable hit test with point plus a size
#define ANDROID_HITTEST_WITHSIZE
+
#endif /* PLATFORM(ANDROID) */
#ifdef __cplusplus