summaryrefslogtreecommitdiff
path: root/chromium/ui/events/x/x11_event_translation.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-16 11:45:35 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-17 08:59:23 +0000
commit552906b0f222c5d5dd11b9fd73829d510980461a (patch)
tree3a11e6ed0538a81dd83b20cf3a4783e297f26d91 /chromium/ui/events/x/x11_event_translation.h
parent1b05827804eaf047779b597718c03e7d38344261 (diff)
downloadqtwebengine-chromium-552906b0f222c5d5dd11b9fd73829d510980461a.tar.gz
BASELINE: Update Chromium to 83.0.4103.122
Change-Id: Ie3a82f5bb0076eec2a7c6a6162326b4301ee291e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/ui/events/x/x11_event_translation.h')
-rw-r--r--chromium/ui/events/x/x11_event_translation.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/ui/events/x/x11_event_translation.h b/chromium/ui/events/x/x11_event_translation.h
index fad6daa928a..446175ef046 100644
--- a/chromium/ui/events/x/x11_event_translation.h
+++ b/chromium/ui/events/x/x11_event_translation.h
@@ -39,9 +39,6 @@ EVENTS_EXPORT std::unique_ptr<MouseWheelEvent> BuildMouseWheelEventFromXEvent(
EVENTS_EXPORT std::unique_ptr<TouchEvent> BuildTouchEventFromXEvent(
const XEvent& xev);
-EVENTS_EXPORT Event::Properties GetEventPropertiesFromXEvent(EventType type,
- const XEvent& xev);
-
} // namespace ui
#endif // UI_EVENTS_X_X11_EVENT_TRANSLATION_H_