| Index: ui/events/platform/platform_event_dispatcher.h
|
| diff --git a/ui/events/platform/platform_event_dispatcher.h b/ui/events/platform/platform_event_dispatcher.h
|
| index bda035d8f0f64f337d10d3fcf846afb62e0325a7..bba7755be7a527f7de7c56f596574dceafa4c9e4 100644
|
| --- a/ui/events/platform/platform_event_dispatcher.h
|
| +++ b/ui/events/platform/platform_event_dispatcher.h
|
| @@ -32,7 +32,7 @@ class EVENTS_EXPORT PlatformEventDispatcher {
|
| // value. If the dispatcher has processed the event, and no other dispatcher
|
| // should be allowed to dispatch the event, then the dispatcher should set
|
| // POST_DISPATCH_STOP_PROPAGATION flag on the return value.
|
| - virtual uint32_t DispatchEvent(const PlatformEvent& event) = 0;
|
| + virtual PostDispatchAction DispatchEvent(const PlatformEvent& event) = 0;
|
|
|
| protected:
|
| virtual ~PlatformEventDispatcher() {}
|
|
|