| Index: content/public/common/common_param_traits_macros.h
|
| diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
|
| index cb17472ea9118ace5ede966370eea7e9cfc3465d..ae2af7d5a095bf2d1c4ac1b710ef6bef7e487b29 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -46,6 +46,12 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::V8CacheOptions,
|
| content::V8_CACHE_OPTIONS_LAST)
|
| IPC_ENUM_TRAITS_MAX_VALUE(content::V8ScriptStreamingMode,
|
| content::V8_SCRIPT_STREAMING_MODE_LAST)
|
| +IPC_ENUM_TRAITS_MIN_MAX_VALUE(ui::PointerType,
|
| + ui::PointerTypeFirst,
|
| + ui::PointerTypeLast)
|
| +IPC_ENUM_TRAITS_MIN_MAX_VALUE(ui::HoverType,
|
| + ui::HoverTypeFirst,
|
| + ui::HoverTypeLast)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(blink::WebPoint)
|
| IPC_STRUCT_TRAITS_MEMBER(x)
|
| @@ -165,6 +171,10 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(device_supports_mouse)
|
| IPC_STRUCT_TRAITS_MEMBER(touch_adjustment_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(pointer_events_max_touch_points)
|
| + IPC_STRUCT_TRAITS_MEMBER(available_pointer_types)
|
| + IPC_STRUCT_TRAITS_MEMBER(primary_pointer_type)
|
| + IPC_STRUCT_TRAITS_MEMBER(available_hover_types)
|
| + IPC_STRUCT_TRAITS_MEMBER(primary_hover_type)
|
| IPC_STRUCT_TRAITS_MEMBER(sync_xhr_in_documents_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(deferred_image_decoding_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(image_color_profiles_enabled)
|
|
|