chromium/ui/ozone/platform/wayland/host/wayland_async_cursor.cc

// Copyright 2023 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/host/wayland_async_cursor.h"

namespace ui {

// static
scoped_refptr<WaylandAsyncCursor> WaylandAsyncCursor::FromPlatformCursor(
    scoped_refptr<PlatformCursor> platform_cursor) {}

WaylandAsyncCursor::WaylandAsyncCursor() = default;

WaylandAsyncCursor::WaylandAsyncCursor(
    scoped_refptr<BitmapCursor> bitmap_cursor)
    :{}

void WaylandAsyncCursor::AddCursorLoadedCallback(Callback callback) {}

void WaylandAsyncCursor::SetBitmapCursor(
    scoped_refptr<BitmapCursor> bitmap_cursor) {}

WaylandAsyncCursor::~WaylandAsyncCursor() = default;

}  // namespace ui