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

Unified Diff: ui/gfx/image/mojo/image_traits_test_service.mojom

Issue 2770693002: ash: HiDPI user avatar for SessionController (Closed)
Patch Set: fix compile 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 side-by-side diff with in-line comments
Download patch
Index: ui/gfx/image/mojo/image_traits_test_service.mojom
diff --git a/ui/gfx/image/mojo/image_traits_test_service.mojom b/ui/gfx/image/mojo/image_traits_test_service.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..f0748d857c81566858bba4302ed0fcfa6123ff3d
--- /dev/null
+++ b/ui/gfx/image/mojo/image_traits_test_service.mojom
@@ -0,0 +1,16 @@
+// 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/mojo/image.mojom";
+
+// A test echo interface for traits.
+interface ImageTraitsTestService {
+ [Sync]
+ EchoImageSkiaRep(ImageSkiaRep? in) => (ImageSkiaRep? out);
+
+ [Sync]
+ EchoImageSkia(ImageSkia? in) => (ImageSkia? out);
+};

Powered by Google App Engine
This is Rietveld 408576698