chromium/ui/ozone/platform/wayland/test/test_alpha_compositing.cc

// Copyright 2021 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_alpha_compositing.h"

#include <alpha-compositing-unstable-v1-server-protocol.h>
#include <wayland-server-core.h>

#include "base/check.h"
#include "ui/ozone/platform/wayland/test/mock_surface.h"
#include "ui/ozone/platform/wayland/test/test_alpha_blending.h"

namespace wl {

namespace {

constexpr uint32_t kAlphaCompositingVersion =;

void GetBlending(struct wl_client* client,
                 struct wl_resource* resource,
                 uint32_t id,
                 struct wl_resource* surface) {}

}  // namespace

const struct zcr_alpha_compositing_v1_interface kTestAlphaCompositingImpl =;

TestAlphaCompositing::TestAlphaCompositing()
    :{}

TestAlphaCompositing::~TestAlphaCompositing() = default;

}  // namespace wl