| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index bcd82eb8049c1eb52bb4a8ff0a655d6593dd3781..df9b46b845b214be5bebca08da17756eb0bd47fe 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -107,7 +107,8 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| int encodedDataLength) override;
|
| void dispatchDidFinishLoading(unsigned long identifier,
|
| double finishTime,
|
| - int64_t encodedDataLength) override;
|
| + int64_t encodedDataLength,
|
| + int64_t decodedBodyLength) override;
|
| void dispatchDidFail(unsigned long identifier,
|
| const ResourceError&,
|
| int64_t encodedDataLength,
|
|
|