blob: 72ab4b6c0df006d4610d9a38a1f57624b1332d28 [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 gfx.mojom;
import "ui/gfx/image/mojom/image.mojom";
// A test echo interface for traits.
interface ImageTraitsTestService {
[Sync]
EchoImageSkiaRep(ImageSkiaRep? in) => (ImageSkiaRep? out);
[Sync]
EchoImageSkia(ImageSkia? in) => (ImageSkia? out);
};