| Index: Source/core/inspector/InspectorTimelineAgent.h
|
| diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h
|
| index 419ed0887bdf0bf16a3c7c017e26cf837f9b21e7..9a51fd9106b5c91ec300cdd734ae0d2ac831d77a 100644
|
| --- a/Source/core/inspector/InspectorTimelineAgent.h
|
| +++ b/Source/core/inspector/InspectorTimelineAgent.h
|
| @@ -138,7 +138,7 @@ public:
|
| void didDispatchEvent();
|
| void didDispatchEventOnWindow();
|
|
|
| - void didBeginFrame();
|
| + void didBeginFrame(int frameId);
|
| void didCancelFrame();
|
|
|
| void didInvalidateLayout(Frame*);
|
|
|