Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Side by Side Diff: ui/gfx/image/mojo/image_traits_test_service.mojom

Issue 2770693002: ash: HiDPI user avatar for SessionController (Closed)
Patch Set: nits, and gn check Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module gfx.mojom;
6
7 import "ui/gfx/image/mojo/image.mojom";
8
9 // A test echo interface for traits.
10 interface ImageTraitsTestService {
11 [Sync]
12 EchoImageSkiaRep(ImageSkiaRep? in) => (ImageSkiaRep? out);
13
14 [Sync]
15 EchoImageSkia(ImageSkia? in) => (ImageSkia? out);
16 };
OLDNEW
« no previous file with comments | « ui/gfx/image/mojo/image_skia_struct_traits.cc ('k') | ui/gfx/image/mojo/image_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698