| Index: webkit/common/webpreferences.h
|
| diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h
|
| index c780837f616cb63a5f9633707c0fe20cf6720994..e833ec4af0475963452f164f3a01c9ec088ec794 100644
|
| --- a/webkit/common/webpreferences.h
|
| +++ b/webkit/common/webpreferences.h
|
| @@ -139,6 +139,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;
|
|
|