0

fix x11_window.cc ref in input events docs

Bug: None
Change-Id: I830c4bf2e947e002b50565306effb66c9b02bac3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3340527
Auto-Submit: Nick Yamane <nickdiego@igalia.com>
Reviewed-by: Scott Violet <sky@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/main@{#952000}
This commit is contained in:
Nick Yamane
2021-12-15 17:56:40 +00:00
committed by Chromium LUCI CQ
parent f41b75e585
commit fd6fb40b16

@ -423,7 +423,7 @@ keyboard focus.
Chrome on Linux observes the platform native focus change events FocusIn and
FocusOut
[[ref](https://source.chromium.org/chromium/chromium/src/+/main:ui/base/x/x11_window.cc?q=x11::Input::CrossingEvent::FocusIn)]
[[ref](https://source.chromium.org/chromium/chromium/src/+/main:ui/platform_window/x11/x11_window.cc?q=x11::Input::CrossingEvent::FocusIn)]
to respond to focus change events. Nevertheless, eventually just like on
Windows, the events will be interpreted as active window change.