| Index: third_party/WebKit/public/platform/WebURLLoader.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLLoader.h b/third_party/WebKit/public/platform/WebURLLoader.h
|
| index c46d3d9354c8af4c6cf283cdd3ab5193cef0200e..402cfb994a55e788631546c2d17f0272ff089169 100644
|
| --- a/third_party/WebKit/public/platform/WebURLLoader.h
|
| +++ b/third_party/WebKit/public/platform/WebURLLoader.h
|
| @@ -59,7 +59,8 @@ class WebURLLoader {
|
| WebURLResponse&,
|
| WebURLError&,
|
| WebData&,
|
| - int64_t& encodedDataLength) = 0;
|
| + int64_t& encodedDataLength,
|
| + int64_t& encodedBodyLength) = 0;
|
|
|
| // Load the request asynchronously, sending notifications to the given
|
| // client. The client will receive no further notifications if the
|
|
|