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

#include "ui/ozone/platform/wayland/test/mock_wayland_zcr_color_manager.h"
#include "ui/ozone/platform/wayland/test/server_object.h"

namespace wl {

namespace {

void GetInformation(wl_client* client, wl_resource* resource) {}

}  // namespace

const struct zcr_color_space_v1_interface kTestZcrColorSpaceV1Impl =;

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

TestZcrColorSpaceV1::~TestZcrColorSpaceV1() {}

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

void TestZcrColorSpaceV1::SetZcrColorManager(
    MockZcrColorManagerV1* zcr_color_manager) {}

}  // namespace wl