| Index: third_party/WebKit/Source/core/fetch/Resource.h | 
| diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h | 
| index 36a1f2ad5b7be1cc22836cc07b21ac6b3616eb6b..2a98391f2838c6ae89472e151b1f691db0093966 100644 | 
| --- a/third_party/WebKit/Source/core/fetch/Resource.h | 
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h | 
| @@ -232,6 +232,9 @@ public: | 
|  | 
| double loadFinishTime() const { return m_loadFinishTime; } | 
|  | 
| +    void addToEncodedBodyLength(int value) { m_response.addToEncodedBodyLength(value); } | 
| +    void addToDecodedBodyLength(int value) { m_response.addToDecodedBodyLength(value); } | 
| + | 
| virtual bool canReuse(const ResourceRequest&) const { return true; } | 
|  | 
| // Used by the MemoryCache to reduce the memory consumption of the entry. | 
|  |