| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 9702484f6eb0da70a52d612e79362f5821da64ad..246e4c60ae27d0d83709a06a1effd8d60c3def16 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -158,7 +158,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| bool should_clear_document_background;
|
| bool enable_scroll_animator;
|
| bool css_variables_enabled;
|
| - bool touch_enabled;
|
| + bool touch_event_api_enabled;
|
| // TODO(mustaq): Nuke when the new API is ready
|
| bool device_supports_touch;
|
| // TODO(mustaq): Nuke when the new API is ready
|
|
|