// Copyright 2022 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/base/wayland/wayland_server_input_types.h" #include "ui/base/wayland/wayland_input_types_impl.h" namespace ui::wayland { std::optional<TextInputType> ConvertToTextInputType( zcr_extended_text_input_v1_input_type wayland_input_type) { … } std::optional<TextInputMode> ConvertToTextInputMode( zcr_extended_text_input_v1_input_mode wayland_input_mode) { … } std::pair<uint32_t, uint32_t> ConvertToTextInputFlags( uint32_t wayland_input_flags) { … } } // namespace ui::wayland