diff options
Diffstat (limited to 'ppapi/c/ppb_url_loader.h')
-rw-r--r-- | ppapi/c/ppb_url_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/c/ppb_url_loader.h b/ppapi/c/ppb_url_loader.h index 8dfc409..34a16da 100644 --- a/ppapi/c/ppb_url_loader.h +++ b/ppapi/c/ppb_url_loader.h @@ -96,7 +96,7 @@ struct PPB_URLLoader { // perform a partial read. Returns the number of bytes read or an error // code. int32_t (*ReadResponseBody)(PP_Resource loader, - char* buffer, + void* buffer, int32_t bytes_to_read, struct PP_CompletionCallback callback); |