Index: content/shell/browser/shell_devtools_frontend.h |
diff --git a/content/shell/browser/shell_devtools_frontend.h b/content/shell/browser/shell_devtools_frontend.h |
index 77d776afe8e62c5c6f76ffd4fb9a9e10b0c0d613..6e67db742418fa174ba84bb88055632f0e1c227f 100644 |
--- a/content/shell/browser/shell_devtools_frontend.h |
+++ b/content/shell/browser/shell_devtools_frontend.h |
@@ -73,6 +73,8 @@ class ShellDevToolsFrontend : public WebContentsObserver, |
Shell* frontend_shell_; |
WebContents* inspected_contents_; |
scoped_refptr<DevToolsAgentHost> agent_host_; |
+ int inspect_element_at_x_; |
+ int inspect_element_at_y_; |
std::unique_ptr<DevToolsFrontendHost> frontend_host_; |
using PendingRequestsMap = std::map<const net::URLFetcher*, int>; |
PendingRequestsMap pending_requests_; |