#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) { … }
}
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) { … }
}