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

// Copyright 2022 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_zxdg_output_manager.h"

#include <xdg-output-unstable-v1-server-protocol.h>
#include "ui/ozone/platform/wayland/test/test_output.h"
#include "ui/ozone/platform/wayland/test/test_zxdg_output.h"

namespace wl {

namespace {

constexpr uint32_t kZXdgOutputManagerVersion =;
constexpr uint32_t kZXdgOutputVersion =;

void GetXdgOutput(wl_client* client,
                  wl_resource* resource,
                  uint32_t id,
                  wl_resource* output_resource) {}

const struct zxdg_output_manager_v1_interface kTestZXdgOutputManagerImpl =;

}  // namespace

TestZXdgOutputManager::TestZXdgOutputManager()
    :{}

TestZXdgOutputManager::~TestZXdgOutputManager() = default;

}  // namespace wl