Chromium Code Reviews| Index: ui/events/event_processor.cc |
| diff --git a/ui/events/event_processor.cc b/ui/events/event_processor.cc |
| index b508508aa06394c1ca274745fe89aa4f08668058..77bca630308433e55e063a08784e76a2eeafd2f4 100644 |
| --- a/ui/events/event_processor.cc |
| +++ b/ui/events/event_processor.cc |
| @@ -25,6 +25,8 @@ EventDispatchDetails EventProcessor::OnEventFromSource(Event* event) { |
| event_to_dispatch = event_copy.get(); |
| } |
| + // OnEventProcessingStarted() marks the event as handled if targeting and |
| + // dispatch of the event is not permitted. |
|
sadrul
2014/10/02 19:23:04
The comment for OnEventProcessingStarted() already
tdanderson
2014/10/02 19:35:12
Done.
I realize it's duplicated documentation, b
|
| OnEventProcessingStarted(event_to_dispatch); |
| EventTarget* target = NULL; |
| if (!event_to_dispatch->handled()) |