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

Unified Diff: sky/engine/core/events/EventDispatcher.h

Issue 772743004: Remove more Node API. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « sky/engine/core/editing/htmlediting.cpp ('k') | sky/engine/core/events/EventDispatcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/EventDispatcher.h
diff --git a/sky/engine/core/events/EventDispatcher.h b/sky/engine/core/events/EventDispatcher.h
index c702df97586436499fdce55cc869dbc3b67d09d7..fc81bf34ace90414856006a6d4fdcff27f3111de 100644
--- a/sky/engine/core/events/EventDispatcher.h
+++ b/sky/engine/core/events/EventDispatcher.h
@@ -61,11 +61,11 @@ private:
EventDispatcher(Node*, PassRefPtr<Event>);
const NodeEventContext* topNodeEventContext();
- EventDispatchContinuation dispatchEventPreProcess(void*& preDispatchEventHandlerResult);
+ EventDispatchContinuation dispatchEventPreProcess();
EventDispatchContinuation dispatchEventAtCapturing(WindowEventContext&);
EventDispatchContinuation dispatchEventAtTarget();
void dispatchEventAtBubbling(WindowEventContext&);
- void dispatchEventPostProcess(void* preDispatchEventHandlerResult);
+ void dispatchEventPostProcess();
RefPtr<Node> m_node;
RefPtr<Event> m_event;
« no previous file with comments | « sky/engine/core/editing/htmlediting.cpp ('k') | sky/engine/core/events/EventDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698