Chromium Code Reviews| Index: chrome/renderer/devtools_agent.h |
| =================================================================== |
| --- chrome/renderer/devtools_agent.h (revision 12355) |
| +++ chrome/renderer/devtools_agent.h (working copy) |
| @@ -56,6 +56,8 @@ |
| 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); |