| Index: third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| index 1c42354aef35490eb6a4584312f9b79fca473e6a..8c9202255b9304d8f2a96b080d5e628e07a687ed 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| @@ -115,7 +115,8 @@ class PLATFORM_EXPORT FetchContext
|
| int encodedDataLength);
|
| virtual void dispatchDidFinishLoading(unsigned long identifier,
|
| double finishTime,
|
| - int64_t encodedDataLength);
|
| + int64_t encodedDataLength,
|
| + int64_t decodedBodyLength);
|
| virtual void dispatchDidFail(unsigned long identifier,
|
| const ResourceError&,
|
| int64_t encodedDataLength,
|
|
|