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

Unified Diff: Source/core/dom/Event.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/Event.h
diff --git a/Source/core/dom/Event.h b/Source/core/dom/Event.h
index 1a2942ebbbeded122ca9438fb4933392fbb83429..0ec17f818f76b7f8c5995de468f1c876e2e461d6 100644
--- a/Source/core/dom/Event.h
+++ b/Source/core/dom/Event.h
@@ -157,6 +157,7 @@ public:
void setUnderlyingEvent(PassRefPtr<Event>);
EventPath& eventPath() { return m_eventPath; }
+ PassRefPtr<NodeList> path() const;
virtual bool storesResultAsString() const;
virtual void storeResult(const String&);

Powered by Google App Engine
This is Rietveld 408576698