| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 948a1dd8a4c8ac194da931e394c84c38605b7ce9..979f3ddeaf238e96cd458efca0308c77f23d6371 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -98,7 +98,8 @@ class ResourceCreationAPI {
|
| uint32_t modifiers,
|
| PP_InputEvent_MouseButton mouse_button,
|
| const PP_Point* mouse_position,
|
| - int32_t click_count) = 0;
|
| + int32_t click_count,
|
| + const PP_Point* mouse_movement) = 0;
|
| virtual PP_Resource CreateScrollbar(PP_Instance instance,
|
| PP_Bool vertical) = 0;
|
| virtual PP_Resource CreateSurface3D(PP_Instance instance,
|
|
|