chromium/ui/ozone/platform/wayland/mojom/wayland_overlay_config_traits_test_service.mojom

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

module wl.mojom;

import "ui/ozone/platform/wayland/mojom/wayland_overlay_config.mojom";

// All functions on this interface echo their arguments to test StructTraits
// serialization and deserialization.
interface ConfigTraitsTestService {
  [Sync]
  EchoTransform(TransformUnion t) => (TransformUnion pass);
};