| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index cd1efe1a3bf6c0cdc19d58fcce39b3aca8398a69..daf22d4547e42968e7aac5c7bb1afe625db3a609 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -101,6 +101,7 @@ IPC_STRUCT_TRAITS_BEGIN(ppapi::InputEventData)
|
| IPC_STRUCT_TRAITS_MEMBER(mouse_button)
|
| IPC_STRUCT_TRAITS_MEMBER(mouse_position)
|
| IPC_STRUCT_TRAITS_MEMBER(mouse_click_count)
|
| + IPC_STRUCT_TRAITS_MEMBER(mouse_movement)
|
| IPC_STRUCT_TRAITS_MEMBER(wheel_delta)
|
| IPC_STRUCT_TRAITS_MEMBER(wheel_ticks)
|
| IPC_STRUCT_TRAITS_MEMBER(wheel_scroll_by_page)
|
|
|