chromium/ui/ozone/platform/wayland/test/test_wayland_zcr_color_management_output.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_wayland_zcr_color_management_output.h"

#include "base/notreached.h"
#include "ui/gfx/color_space.h"
#include "ui/ozone/platform/wayland/test/mock_wayland_zcr_color_manager.h"
#include "ui/ozone/platform/wayland/test/server_object.h"
#include "ui/ozone/platform/wayland/test/test_wayland_zcr_color_space.h"

namespace wl {

namespace {

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

}  // namespace

const struct zcr_color_management_output_v1_interface
    kTestZcrColorManagementOutputV1Impl =;

TestZcrColorManagementOutputV1::TestZcrColorManagementOutputV1(
    wl_resource* resource)
    :{}

TestZcrColorManagementOutputV1::~TestZcrColorManagementOutputV1() {}

void TestZcrColorManagementOutputV1::SetGfxColorSpace(
    gfx::ColorSpace gfx_color_space) {}

void TestZcrColorManagementOutputV1::StoreZcrColorManager(
    MockZcrColorManagerV1* zcr_color_manager) {}

void TestZcrColorManagementOutputV1::StoreZcrColorSpace(
    TestZcrColorSpaceV1* zcr_color_space) {}
}  // namespace wl