| Index: Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
|
| index 486d91849d9a61f4ea50a659ac43abe48d1ba585..8c8feac0c0597ad6881f53513535f33b9acd0f38 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/Source/web/WebDevToolsAgentImpl.h
|
| @@ -83,7 +83,6 @@ public:
|
| void willBeDestroyed();
|
| WebDevToolsAgentClient* client() { return m_client; }
|
| InspectorOverlayImpl* overlay() const { return m_overlay.get(); }
|
| - bool handleInputEvent(const WebInputEvent&);
|
| void flushPendingProtocolNotifications();
|
| void dispatchMessageFromFrontend(const String& message);
|
| void registerAgent(PassOwnPtrWillBeRawPtr<InspectorAgent>);
|
| @@ -129,9 +128,6 @@ private:
|
| void didProcessTask() override;
|
|
|
| void initializeDeferredAgents();
|
| - bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
|
| - bool handleMouseEvent(LocalFrame*, const PlatformMouseEvent&);
|
| - bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&);
|
|
|
| WebDevToolsAgentClient* m_client;
|
| RawPtrWillBeMember<WebLocalFrameImpl> m_webLocalFrameImpl;
|
|
|