summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/devtools_agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/devtools_agent.h')
-rw-r--r--chrome/renderer/devtools_agent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/renderer/devtools_agent.h b/chrome/renderer/devtools_agent.h
index a0c7bfa..15669df 100644
--- a/chrome/renderer/devtools_agent.h
+++ b/chrome/renderer/devtools_agent.h
@@ -56,6 +56,8 @@ class DevToolsAgent : public IPC::ChannelProxy::MessageFilter,
void DispatchRpcMessage(const std::string& raw_msg);
+ void InspectElement(int x, int y);
+
// Evaluate javascript URL in the renderer
void EvaluateScript(const std::wstring& script);