| Index: ui/events/event_processor.h
|
| diff --git a/ui/events/event_processor.h b/ui/events/event_processor.h
|
| index 4ce1ef0522e7ad3965f700d55d7c090bb4e4678a..b4e8f986e6e8adf6bef017a638895a6e823d1733 100644
|
| --- a/ui/events/event_processor.h
|
| +++ b/ui/events/event_processor.h
|
| @@ -33,6 +33,12 @@ class EVENTS_EXPORT EventProcessor : public EventDispatcherDelegate {
|
| // it can be used to updated the location of the event when disptaching from
|
| // an EventSource in high-DPI).
|
| virtual void PrepareEventForDispatch(Event* event);
|
| +
|
| + // Invoked when the processing of |event| has finished (i.e., when no further
|
| + // dispatching of |event| will be performed by this EventProcessor). Note
|
| + // that the last target to which |event| was dispatched may have been
|
| + // destroyed.
|
| + virtual void OnEventProcessingFinished(Event* event);
|
| };
|
|
|
| } // namespace ui
|
|
|