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

Unified Diff: Source/core/events/EventPath.h

Issue 210753002: Remove EventPath::parent() in favor of NodeRenderingTraversal::parent(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/events/EventPath.h
diff --git a/Source/core/events/EventPath.h b/Source/core/events/EventPath.h
index c3d51adf6ed2b4e36028e6015c625f47bb6b03f8..63d0487d88c479a27861ffb0731072bf49b1ea2a 100644
--- a/Source/core/events/EventPath.h
+++ b/Source/core/events/EventPath.h
@@ -63,7 +63,6 @@ public:
void adjustForRelatedTarget(Node*, EventTarget* relatedTarget);
void adjustForTouchEvent(Node*, TouchEvent&);
- static Node* parent(Node*);
static EventTarget* eventTargetRespectingTargetRules(Node*);
private:

Powered by Google App Engine
This is Rietveld 408576698