// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/x11/atk_event_conversion.h" #include "base/check.h" #include "base/notreached.h" #include "ui/events/x/events_x_utils.h" #include "ui/gfx/x/connection.h" #include "ui/gfx/x/xproto.h" #include "ui/gfx/x/xproto_types.h" namespace ui { std::unique_ptr<AtkKeyEventStruct> AtkKeyEventFromXEvent( const x11::KeyEvent& xkey, bool send_event) { … } } // namespace ui