| 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 8bc72968c7a74e514d85d8e69fb8a36cebdbc77c..d91fefe149b3da8bbd02adfa676cf128db8e21ae 100644
|
| --- a/ui/events/platform/x11/x11_event_source.h
|
| +++ b/ui/events/platform/x11/x11_event_source.h
|
| @@ -50,6 +50,7 @@ class EVENTS_EXPORT X11EventSource : public PlatformEventSource {
|
| // PlatformEventSource:
|
| uint32_t DispatchEvent(XEvent* xevent) override;
|
| void StopCurrentEventStream() override;
|
| + void OnDispatcherListChanged() override;
|
|
|
| // The connection to the X11 server used to receive the events.
|
| XDisplay* display_;
|
|
|