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

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

Issue 14508005: Support an Event Path API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: event.path() now returns a different view for each node. Created 7 years, 7 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
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index b1c117d9b4f32fec930d7af891640a83cc8962e9..463adb0945a41ea454428388786e86906412b112 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -678,6 +678,8 @@ public:
void updateAncestorConnectedSubframeCountForRemoval() const;
void updateAncestorConnectedSubframeCountForInsertion() const;
+ bool canReach(const Node*) const;
+
private:
enum NodeFlags {
IsTextFlag = 1,

Powered by Google App Engine
This is Rietveld 408576698