#include "ui/ozone/platform/wayland/test/test_zcr_text_input_extension.h"
#include <wayland-server-core.h>
#include "ui/ozone/platform/wayland/test/mock_zcr_extended_text_input.h"
namespace wl {
namespace {
void GetExtendedTextInput(struct wl_client* client,
struct wl_resource* resource,
uint32_t id,
struct wl_resource* text_input_resource) { … }
}
const struct zcr_text_input_extension_v1_interface
kTestZcrTextInputExtensionV1Impl = …;
TestZcrTextInputExtensionV1::TestZcrTextInputExtensionV1(
TestZcrTextInputExtensionV1::Version version)
: … { … }
TestZcrTextInputExtensionV1::~TestZcrTextInputExtensionV1() = default;
}