diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 19:22:27 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 19:22:27 +0000 |
commit | 961331ed07e81a9505df718ca0210b8beee18cf4 (patch) | |
tree | b3db3359c88c8c84e7f3ab846ad64c202350968a /webkit/glue/webframe_impl.h | |
parent | 348646d70dcd3bfbe9c0664ef6033e528943e7d5 (diff) | |
download | chromium_src-961331ed07e81a9505df718ca0210b8beee18cf4.zip chromium_src-961331ed07e81a9505df718ca0210b8beee18cf4.tar.gz chromium_src-961331ed07e81a9505df718ca0210b8beee18cf4.tar.bz2 |
Hook up inspector highlighting again. This time we use
upstream's drawNodeHighlight methods.
BUG=5178
Review URL: http://codereview.chromium.org/31010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10497 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r-- | webkit/glue/webframe_impl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h index 546b8c9b..cefe3839 100644 --- a/webkit/glue/webframe_impl.h +++ b/webkit/glue/webframe_impl.h @@ -222,10 +222,6 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> { WebDataSourceImpl* GetDataSourceImpl() const; WebDataSourceImpl* GetProvisionalDataSourceImpl() const; - const WebCore::Node* inspected_node() const { - return inspected_node_; - } - void selectNodeFromInspector(WebCore::Node* node); // Returns which frame has an active match. This function should only be @@ -322,9 +318,6 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> { // Handling requests from TextInputController on this frame. scoped_ptr<WebTextInputImpl> webtextinput_impl_; - // The node selected in the web inspector. Used for highlighting it on the page. - WebCore::Node* inspected_node_; - // A way for the main frame to keep track of which frame has an active // match. Should be NULL for all other frames. WebFrameImpl* active_match_frame_; |