chromium/ui/ozone/platform/wayland/test/test_zcr_text_input_extension.cc

// Copyright 2021 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/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) {}

}  // namespace

const struct zcr_text_input_extension_v1_interface
    kTestZcrTextInputExtensionV1Impl =;

TestZcrTextInputExtensionV1::TestZcrTextInputExtensionV1(
    TestZcrTextInputExtensionV1::Version version)
    :{}

TestZcrTextInputExtensionV1::~TestZcrTextInputExtensionV1() = default;

}  // namespace wl