| Index: ppapi/proxy/ppb_cursor_control_proxy.h
|
| diff --git a/ppapi/proxy/ppb_cursor_control_proxy.h b/ppapi/proxy/ppb_cursor_control_proxy.h
|
| index 8657dc931033ef556fe96841c91875f8c319957f..40bc600f2e99a166b2e71edba113140e6d6c8b4a 100644
|
| --- a/ppapi/proxy/ppb_cursor_control_proxy.h
|
| +++ b/ppapi/proxy/ppb_cursor_control_proxy.h
|
| @@ -10,9 +10,9 @@
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/pp_point.h"
|
| #include "ppapi/c/pp_resource.h"
|
| -#include "ppapi/proxy/host_resource.h"
|
| #include "ppapi/proxy/interface_proxy.h"
|
| #include "ppapi/shared_impl/function_group_base.h"
|
| +#include "ppapi/shared_impl/host_resource.h"
|
| #include "ppapi/thunk/ppb_cursor_control_api.h"
|
|
|
| struct PPB_CursorControl_Dev;
|
| @@ -51,7 +51,7 @@ class PPB_CursorControl_Proxy
|
| // Message handlers.
|
| void OnMsgSetCursor(PP_Instance instance,
|
| int32_t type,
|
| - HostResource custom_image,
|
| + const ppapi::HostResource& custom_image,
|
| const PP_Point& hot_spot,
|
| PP_Bool* result);
|
| void OnMsgLockCursor(PP_Instance instance,
|
|
|