Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(610)

Unified Diff: ui/events/platform/x11/x11_event_source.h

Issue 750593003: Ozone X11 platform Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698