chromium/ui/ozone/platform/wayland/test/test_alpha_blending.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 "base/notreached.h"
#include "ui/ozone/platform/wayland/test/mock_surface.h"
#include "ui/ozone/platform/wayland/test/test_viewport.h"

namespace wl {

namespace {

void SetBlending(wl_client* client, wl_resource* resource, uint32_t equation) {}

void SetAlpha(wl_client* client, wl_resource* resource, wl_fixed_t value) {}

}  // namespace

const struct zcr_blending_v1_interface kTestAlphaBlendingImpl =;

TestAlphaBlending::TestAlphaBlending(wl_resource* resource,
                                     wl_resource* surface)
    :{}

TestAlphaBlending::~TestAlphaBlending() {}

}  // namespace wl