| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index e977349e9669fd8aab1fe863c5e3e27e583884c9..df1445810d9b31204f941d0b42a3501394026f0c 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -86,6 +86,8 @@ IPC_ENUM_TRAITS(content::NavigationGesture)
|
| IPC_ENUM_TRAITS(content::PageZoom)
|
| IPC_ENUM_TRAITS(content::RendererPreferencesHintingEnum)
|
| IPC_ENUM_TRAITS(content::RendererPreferencesSubpixelRenderingEnum)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(content::DidTapMultipleTargetsStrategy,
|
| + content::MULTITARGET_MAX)
|
| IPC_ENUM_TRAITS(content::StopFindAction)
|
| IPC_ENUM_TRAITS(content::ThreeDAPIType)
|
| IPC_ENUM_TRAITS(media::ChannelLayout)
|
| @@ -267,6 +269,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(report_frame_name_changes)
|
| IPC_STRUCT_TRAITS_MEMBER(touchpad_fling_profile)
|
| IPC_STRUCT_TRAITS_MEMBER(touchscreen_fling_profile)
|
| + IPC_STRUCT_TRAITS_MEMBER(did_tap_multiple_targets_strategy)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::CookieData)
|
|
|