| Index: Source/core/inspector/InspectorTimelineAgent.h
|
| diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h
|
| index 693457a74bbc4b1d6d3c1641b131082ac5d4f7e6..39909d33ef8e20b07124e96e8be36e385dc82ece 100644
|
| --- a/Source/core/inspector/InspectorTimelineAgent.h
|
| +++ b/Source/core/inspector/InspectorTimelineAgent.h
|
| @@ -215,8 +215,7 @@ public:
|
| void didReceiveResourceResponse(LocalFrame*, unsigned long, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
|
| void didFinishLoading(unsigned long, DocumentLoader*, double monotonicFinishTime, int64_t);
|
| void didFailLoading(unsigned long identifier, const ResourceError&);
|
| - bool willReceiveResourceData(LocalFrame*, unsigned long identifier, int length);
|
| - void didReceiveResourceData();
|
| + void didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength);
|
|
|
| void didRequestAnimationFrame(Document*, int callbackId);
|
| void didCancelAnimationFrame(Document*, int callbackId);
|
|
|