| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index ce50c42423268cc31df1987cd8ae6903cfd213a3..dd98b5ebc8dbe68c728812375320cee35b21dc43 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -106,6 +106,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)
|
|
|