Index: webkit/common/webpreferences.h |
diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h |
index b35dd13c2e3b42e5aa05a7fb5d0a21d740f009e7..5d8d51db6484ce2f45bc5f23b68e3edb49983577 100644 |
--- a/webkit/common/webpreferences.h |
+++ b/webkit/common/webpreferences.h |
@@ -138,6 +138,7 @@ struct WEBKIT_COMMON_EXPORT WebPreferences { |
bool device_supports_touch; |
bool device_supports_mouse; |
bool touch_adjustment_enabled; |
+ int pointer_events_max_touch_points; |
bool fixed_position_creates_stacking_context; |
bool sync_xhr_in_documents_enabled; |
bool deferred_image_decoding_enabled; |