| Index: ppapi/proxy/ppb_instance_proxy.h
|
| diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h
|
| index b508a25a73346e595fe54b6b39432d4fd3a20b12..e04dbdfade9a136579446364fc8f38ae466c2867 100644
|
| --- a/ppapi/proxy/ppb_instance_proxy.h
|
| +++ b/ppapi/proxy/ppb_instance_proxy.h
|
| @@ -85,7 +85,7 @@ class PPB_Instance_Proxy : public InterfaceProxy,
|
| PP_Resource image,
|
| const PP_Point* hot_spot) OVERRIDE;
|
| virtual int32_t LockMouse(PP_Instance instance,
|
| - PP_CompletionCallback callback) OVERRIDE;
|
| + scoped_refptr<TrackedCallback> callback) OVERRIDE;
|
| virtual void UnlockMouse(PP_Instance instance) OVERRIDE;
|
| virtual void SetTextInputType(PP_Instance instance,
|
| PP_TextInput_Type type) OVERRIDE;
|
|
|