| Index: Source/web/InspectorClientImpl.h
|
| diff --git a/Source/web/InspectorClientImpl.h b/Source/web/InspectorClientImpl.h
|
| index e402d46c944bad030b3046366fd4bf6e60eb5973..266590ea530561835deb91da804b83b4a541fd8e 100644
|
| --- a/Source/web/InspectorClientImpl.h
|
| +++ b/Source/web/InspectorClientImpl.h
|
| @@ -74,7 +74,8 @@ public:
|
| virtual void dispatchKeyEvent(const WebCore::PlatformKeyboardEvent&) OVERRIDE;
|
| virtual void dispatchMouseEvent(const WebCore::PlatformMouseEvent&) OVERRIDE;
|
|
|
| - virtual void setTraceEventCallback(TraceEventCallback) OVERRIDE;
|
| + virtual void setTraceEventCallback(const String& categoryFilter, TraceEventCallback) OVERRIDE;
|
| + virtual void resetTraceEventCallback() OVERRIDE;
|
|
|
| virtual void startGPUEventsRecording() OVERRIDE;
|
| virtual void stopGPUEventsRecording() OVERRIDE;
|
|
|