Chromium Code Reviews| 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 5b74e6357c8ed7ec8f33d634cd6d9604cab4e1c4..c6217b85db2ff1121501417186f39685cea4ae2a 100644 |
| --- a/ui/events/platform/x11/x11_event_source.h |
| +++ b/ui/events/platform/x11/x11_event_source.h |
| @@ -62,6 +62,8 @@ class EVENTS_EXPORT X11EventSource { |
| XDisplay* display() { return display_; } |
| Time last_seen_server_time() const { return last_seen_server_time_; } |
| + Time UpdateServerTime(); |
|
sky
2016/05/07 16:58:34
Add description.
Tom (Use chromium acct)
2016/05/09 17:50:00
Done.
|
| + |
| void StopCurrentEventStream(); |
| void OnDispatcherListChanged(); |