| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 2e18fd4eaea7bb333f2803b06e52e29dd42c858b..6f01b78e26f29b7029dfd5513ce82e586703e52b 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -265,6 +265,7 @@ IPC_STRUCT_TRAITS_BEGIN(ppapi::ViewData)
|
| IPC_STRUCT_TRAITS_MEMBER(clip_rect)
|
| IPC_STRUCT_TRAITS_MEMBER(device_scale)
|
| IPC_STRUCT_TRAITS_MEMBER(css_scale)
|
| + IPC_STRUCT_TRAITS_MEMBER(scroll_offset)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(PP_TouchPoint)
|
|
|