| Index: Source/core/inspector/InspectorClient.h
|
| diff --git a/Source/core/inspector/InspectorClient.h b/Source/core/inspector/InspectorClient.h
|
| index 4a69725f62f42e76796d81b63faa9bedc433b439..6126ee4047f32e9e421ca5753e0976b79548de53 100644
|
| --- a/Source/core/inspector/InspectorClient.h
|
| +++ b/Source/core/inspector/InspectorClient.h
|
| @@ -50,7 +50,8 @@ public:
|
| typedef void (*TraceEventCallback)(char phase, const unsigned char*, const char* name, unsigned long long id,
|
| int numArgs, const char* const* argNames, const unsigned char* argTypes, const unsigned long long* argValues,
|
| unsigned char flags, double timestamp);
|
| - virtual void setTraceEventCallback(TraceEventCallback) { }
|
| + virtual void setTraceEventCallback(const String& categoryFilter, TraceEventCallback) { }
|
| + virtual void resetTraceEventCallback() { }
|
|
|
| virtual void startGPUEventsRecording() { }
|
| virtual void stopGPUEventsRecording() { }
|
|
|