chromium/ui/ozone/platform/wayland/test/mock_wayland_zcr_color_manager.h

// 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.

#ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_MOCK_WAYLAND_ZCR_COLOR_MANAGER_H_
#define UI_OZONE_PLATFORM_WAYLAND_TEST_MOCK_WAYLAND_ZCR_COLOR_MANAGER_H_

#include <chrome-color-management-server-protocol.h>
#include <vector>

#include "base/memory/raw_ptr.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "ui/ozone/platform/wayland/test/global_object.h"

struct wl_client;
struct wl_resource;

namespace wl {

extern const struct zcr_color_manager_v1_interface kMockZcrColorManagerV1Impl;

class TestZcrColorManagementOutputV1;
class TestZcrColorManagementSurfaceV1;
class TestZcrColorSpaceV1;

// Manage zwp_linux_buffer_params_v1
class MockZcrColorManagerV1 : public GlobalObject {};

}  // namespace wl

#endif  // UI_OZONE_PLATFORM_WAYLAND_TEST_MOCK_WAYLAND_ZCR_COLOR_MANAGER_H_