blob: f55599c05aacef00c94c771badb06c53b8490b88 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module ui.mojom;
import "ui/latency/mojo/latency_info.mojom";
interface TraitsTestService {
[Sync]
EchoLatencyInfo(LatencyInfo l) => (LatencyInfo pass);
};