Index: content/public/browser/devtools_agent_host.h |
diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h |
index f5ef494282cd859b610bf2580dcd62e09268da9e..33d341cfd46085a51a73c823d8569a19ca9a9095 100644 |
--- a/content/public/browser/devtools_agent_host.h |
+++ b/content/public/browser/devtools_agent_host.h |
@@ -128,8 +128,10 @@ class CONTENT_EXPORT DevToolsAgentHost |
virtual bool DispatchProtocolMessage(DevToolsAgentHostClient* client, |
const std::string& message) = 0; |
- // Starts inspecting element at position (|x|, |y|) in the specified page. |
- virtual void InspectElement(int x, int y) = 0; |
+ // Starts inspecting element at position (|x|, |y|). |
+ virtual void InspectElement(DevToolsAgentHostClient* client, |
+ int x, |
+ int y) = 0; |
// Returns the unique id of the agent. |
virtual std::string GetId() = 0; |