| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index a67c2e4ae5fa07080ca35b331a5c99b3f4b72771..ada507c940381145d1b0b7729375372bc8e3f17f 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -391,6 +391,11 @@ IPC_STRUCT_TRAITS_BEGIN(ppapi::Preferences)
|
| IPC_STRUCT_TRAITS_MEMBER(is_accelerated_video_decode_enabled)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(ppapi::TouchPointWithTilt)
|
| + IPC_STRUCT_TRAITS_MEMBER(touch)
|
| + IPC_STRUCT_TRAITS_MEMBER(tilt)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(ppapi::InputEventData)
|
| IPC_STRUCT_TRAITS_MEMBER(is_filtered)
|
| IPC_STRUCT_TRAITS_MEMBER(event_type)
|
|
|