blob: 2d58fa2e8bb0c9d36b5f70875e4e5c57c9323e99 [file] [log] [blame]
// Copyright 2017 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 media.mojom;
import "media/mojo/interfaces/media_types.mojom";
interface TraitsTestService {
[Sync]
EchoVideoFrame(VideoFrame? f) => (VideoFrame? pass);
};