| Index: ui/events/platform/x11/x11_event_source.h
|
| diff --git a/ui/events/platform/x11/x11_event_source.h b/ui/events/platform/x11/x11_event_source.h
|
| index d91fefe149b3da8bbd02adfa676cf128db8e21ae..0bb1423afbdc6527c21819ffe638940bc043af91 100644
|
| --- a/ui/events/platform/x11/x11_event_source.h
|
| +++ b/ui/events/platform/x11/x11_event_source.h
|
| @@ -48,7 +48,7 @@ class EVENTS_EXPORT X11EventSource : public PlatformEventSource {
|
|
|
| private:
|
| // PlatformEventSource:
|
| - uint32_t DispatchEvent(XEvent* xevent) override;
|
| + uint32_t DispatchEvent(base::NativeEvent xevent) override;
|
| void StopCurrentEventStream() override;
|
| void OnDispatcherListChanged() override;
|
|
|
|
|