#ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_ZWP_TEXT_INPUT_MANAGER_H_
#define UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_ZWP_TEXT_INPUT_MANAGER_H_
#include <text-input-unstable-v1-server-protocol.h>
#include <text-input-unstable-v3-server-protocol.h>
#include "base/memory/raw_ptr.h"
#include "ui/ozone/platform/wayland/test/global_object.h"
namespace wl {
extern const struct zwp_text_input_manager_v1_interface
kTestZwpTextInputManagerV1Impl;
extern const struct zwp_text_input_manager_v3_interface
kTestZwpTextInputManagerV3Impl;
class MockZwpTextInputV1;
class MockZwpTextInputV3;
class TestZwpTextInputManagerV1 : public GlobalObject { … };
class TestZwpTextInputManagerV3 : public GlobalObject { … };
}
#endif