#ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_ZWP_TEXT_INPUT_WRAPPER_V3_H_
#define UI_OZONE_PLATFORM_WAYLAND_HOST_ZWP_TEXT_INPUT_WRAPPER_V3_H_
#include <text-input-unstable-v3-client-protocol.h>
#include <cstdint>
#include <string>
#include "base/memory/raw_ptr.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/ozone/platform/wayland/common/wayland_object.h"
#include "ui/ozone/platform/wayland/host/zwp_text_input_wrapper.h"
namespace ui {
class WaylandConnection;
class WaylandWindow;
class ZWPTextInputWrapperV3 : public ZWPTextInputWrapper { … };
}
#endif