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

#include <chrome-color-management-client-protocol.h>
#include <memory>

#include "base/memory/scoped_refptr.h"
#include "base/notreached.h"
#include "ui/ozone/platform/wayland/host/wayland_connection.h"
#include "ui/ozone/platform/wayland/host/wayland_output.h"

namespace ui {

WaylandZcrColorManagementOutput::WaylandZcrColorManagementOutput(
    WaylandOutput* wayland_output,
    zcr_color_management_output_v1* color_management_output)
    :{}

WaylandZcrColorManagementOutput::~WaylandZcrColorManagementOutput() = default;

// static
void WaylandZcrColorManagementOutput::OnColorSpaceChanged(
    void* data,
    zcr_color_management_output_v1* cmo) {}
// static
void WaylandZcrColorManagementOutput::OnExtendedDynamicRange(
    void* data,
    zcr_color_management_output_v1* cmo,
    uint32_t value) {}

void WaylandZcrColorManagementOutput::OnColorSpaceDone(
    const gfx::ColorSpace& color_space) {}

}  // namespace ui