chromium/ui/ozone/platform/wayland/host/toplevel_icon_manager.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/host/toplevel_icon_manager.h"

#include <xdg-toplevel-icon-v1-client-protocol.h>

#include "base/check_op.h"
#include "base/logging.h"
#include "ui/ozone/platform/wayland/common/wayland_object.h"
#include "ui/ozone/platform/wayland/host/wayland_connection.h"

namespace ui {

namespace {

constexpr uint32_t kMaxVersion =;

}  // namespace

// static
void ToplevelIconManager::Instantiate(WaylandConnection* connection,
                                      wl_registry* registry,
                                      uint32_t name,
                                      const std::string& interface,
                                      uint32_t version) {}

}  // namespace ui