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

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

Issue 125593005: Rename EventContext to NodeEventContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 11 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/dom/Node.h ('k') | Source/core/events/EventContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventContext.h
diff --git a/Source/core/events/EventContext.h b/Source/core/events/EventContext.h
index 58cd09eaeb0e54a7241e87643d256d501a344e72..c4a2d3b1458762c9cd912f6bc53a6a46e8b008ce 100644
--- a/Source/core/events/EventContext.h
+++ b/Source/core/events/EventContext.h
@@ -88,11 +88,11 @@ private:
RefPtr<TouchEventContext> m_touchEventContext;
};
-class EventContext {
+class NodeEventContext {
public:
// FIXME: Use ContainerNode instead of Node.
- EventContext(PassRefPtr<Node>, PassRefPtr<EventTarget> currentTarget);
- ~EventContext();
+ NodeEventContext(PassRefPtr<Node>, PassRefPtr<EventTarget> currentTarget);
+ ~NodeEventContext();
Node* node() const { return m_node.get(); }
EventTarget* currentTarget() const { return m_currentTarget.get(); }
« no previous file with comments | « Source/core/dom/Node.h ('k') | Source/core/events/EventContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698