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

Unified Diff: Source/core/dom/Document.h

Issue 1173283002: Move some Element specific code from Node::detach to Element::detach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/core/css/invalidation/StyleInvalidator.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 246c197cb39f940ee64831e7fae55a7085154939..f38e4d3abcfe6fe70d2a00464e62b0aa09b4232d 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -611,8 +611,8 @@ public:
Node* hoverNode() const { return m_hoverNode.get(); }
void removeFocusedElementOfSubtree(Node*, bool amongChildrenOnly = false);
- void hoveredNodeDetached(Node*);
- void activeChainNodeDetached(Node*);
+ void hoveredNodeDetached(Element&);
+ void activeChainNodeDetached(Element&);
void updateHoverActiveState(const HitTestRequest&, Element*);
« no previous file with comments | « Source/core/css/invalidation/StyleInvalidator.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698