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

Unified Diff: webkit/glue/inspector_client_impl.h

Issue 31010: Hook up inspector highlighting again. This time we use... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « no previous file | webkit/glue/inspector_client_impl.cc » ('j') | webkit/glue/webframe_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/inspector_client_impl.h
===================================================================
--- webkit/glue/inspector_client_impl.h (revision 10273)
+++ webkit/glue/inspector_client_impl.h (working copy)
@@ -47,6 +47,9 @@
// The WebViewImpl of the page being inspected; gets passed to the constructor
scoped_refptr<WebViewImpl> inspected_web_view_;
+ // The node selected in the web inspector. Used for highlighting it on the page.
dglazkov 2009/02/26 18:17:00 80 col.
+ WebCore::Node* inspected_node_;
+
// The WebView of the Inspector popup window
WebViewImpl* inspector_web_view_;
};
« no previous file with comments | « no previous file | webkit/glue/inspector_client_impl.cc » ('j') | webkit/glue/webframe_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698