chromium/ui/ozone/platform/wayland/mojom/wayland_overlay_config_mojom_traits_unittest.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/test/task_environment.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/abseil-cpp/absl/types/variant.h"
#include "ui/gfx/geometry/transform.h"
#include "ui/gfx/overlay_transform.h"
#include "ui/ozone/platform/wayland/mojom/wayland_overlay_config_traits_test_service.mojom.h"

namespace wl {

namespace {

class WaylandOverlayConfigStructTraitsTest
    : public testing::Test,
      public mojom::ConfigTraitsTestService {};

}  // namespace

TEST_F(WaylandOverlayConfigStructTraitsTest, OverlayTransform) {}

TEST_F(WaylandOverlayConfigStructTraitsTest, MatrixTransform) {}

}  // namespace wl