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

// Copyright 2024 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/wayland_connection_test_api.h"

#include "base/run_loop.h"

namespace ui {

WaylandConnectionTestApi::WaylandConnectionTestApi(WaylandConnection* impl)
    :{}

void WaylandConnectionTestApi::SetCursorShape(
    std::unique_ptr<WaylandCursorShape> obj) {}

void WaylandConnectionTestApi::SetZcrCursorShapes(
    std::unique_ptr<WaylandZcrCursorShapes> obj) {}

void WaylandConnectionTestApi::SyncDisplay() {}
}  // namespace ui