// 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_client_input_types.h" #include "base/check_op.h" #include "ui/base/wayland/wayland_input_types_impl.h" namespace ui::wayland { zcr_extended_text_input_v1_input_type ConvertFromTextInputType( TextInputType text_input_type) { … } zcr_extended_text_input_v1_input_mode ConvertFromTextInputMode( TextInputMode text_input_mode) { … } uint32_t ConvertFromTextInputFlags(uint32_t text_input_flags) { … } } // namespace ui::wayland