| 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;
|
|
|