Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1697)

Unified Diff: Source/web/WebDevToolsAgentImpl.h

Issue 1322053002: Devtools: Move inspectMode logic from InspectorDomAgent to InspectorOverlayImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix win compilation Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/InspectorOverlayImpl.cpp ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/web/InspectorOverlayImpl.cpp ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698