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/Event.h

Issue 14508005: Support an Event Path API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Introduce TreeScope::isInclusiveAncestorOf 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
« no previous file with comments | « LayoutTests/fast/dom/shadow/resources/shadow-dom.js ('k') | Source/core/dom/Event.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « LayoutTests/fast/dom/shadow/resources/shadow-dom.js ('k') | Source/core/dom/Event.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698