Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index aebe97582a5bcbc7bf8ec4bc6a735c80c8dd4bfa..b86323c4c92953da790e1af8d1843ec987d716ef 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -164,6 +164,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::ContextMenuParams) |
IPC_STRUCT_TRAITS_MEMBER(selection_end) |
#endif |
IPC_STRUCT_TRAITS_MEMBER(input_field_type) |
+ IPC_STRUCT_TRAITS_MEMBER(selection_rect) |
+ IPC_STRUCT_TRAITS_MEMBER(from_touch) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::CustomContextMenuContext) |