diff options
Diffstat (limited to 'ppapi/cpp/url_loader.h')
-rw-r--r-- | ppapi/cpp/url_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/url_loader.h b/ppapi/cpp/url_loader.h index 387d1dc2..6db80f96 100644 --- a/ppapi/cpp/url_loader.h +++ b/ppapi/cpp/url_loader.h @@ -97,7 +97,7 @@ class URLLoader : public Resource { bool GetDownloadProgress(int64_t* bytes_received, int64_t* total_bytes_to_be_received) const; URLResponseInfo GetResponseInfo() const; - int32_t ReadResponseBody(char* buffer, + int32_t ReadResponseBody(void* buffer, int32_t bytes_to_read, const CompletionCallback& cc); int32_t FinishStreamingToFile(const CompletionCallback& cc); |