| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index cd54ae96c3f12e95a911dd7ecc6c7082b59db0cc..71d81ea39a439fd69ca8ac7f476e44c9691e47ba 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -145,6 +145,14 @@ IPC_STRUCT_TRAITS_BEGIN(ppapi::ViewData)
|
| IPC_STRUCT_TRAITS_MEMBER(clip_rect)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(PP_TouchPoint_Dev)
|
| + IPC_STRUCT_TRAITS_MEMBER(id)
|
| + IPC_STRUCT_TRAITS_MEMBER(position)
|
| + IPC_STRUCT_TRAITS_MEMBER(radius)
|
| + IPC_STRUCT_TRAITS_MEMBER(rotation_angle)
|
| + IPC_STRUCT_TRAITS_MEMBER(pressure)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(ppapi::Preferences)
|
| IPC_STRUCT_TRAITS_MEMBER(standard_font_family_map)
|
| IPC_STRUCT_TRAITS_MEMBER(fixed_font_family_map)
|
| @@ -175,6 +183,9 @@ IPC_STRUCT_TRAITS_BEGIN(ppapi::InputEventData)
|
| IPC_STRUCT_TRAITS_MEMBER(composition_target_segment)
|
| IPC_STRUCT_TRAITS_MEMBER(composition_selection_start)
|
| IPC_STRUCT_TRAITS_MEMBER(composition_selection_end)
|
| + IPC_STRUCT_TRAITS_MEMBER(touches)
|
| + IPC_STRUCT_TRAITS_MEMBER(changed_touches)
|
| + IPC_STRUCT_TRAITS_MEMBER(target_touches)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(ppapi::HostPortPair)
|
|
|