Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index c8e27da1b205a6c581e3ab46a39be96961344349..359ed94efd1315a813f5bfd54aa808ab0b80f42f 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::TapMultipleTargetsStrategy, |
+ content::TAP_MULTIPLE_TARGETS_STRATEGY_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(tap_multiple_targets_strategy) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::CookieData) |