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

Unified Diff: cc/ipc/traits_test_service.mojom

Issue 2651793007: Implemented StructTraits for cc::TextureMailbox (Closed)
Patch Set: c Created 3 years, 11 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
« no previous file with comments | « cc/ipc/texture_mailbox_struct_traits.h ('k') | cc/ipc/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/traits_test_service.mojom
diff --git a/cc/ipc/traits_test_service.mojom b/cc/ipc/traits_test_service.mojom
index 88919497bb6ed5d107dccbe41b9202f55a9cfb42..b77c187cda8fe07bd847c5e03c48bbce8a90c927 100644
--- a/cc/ipc/traits_test_service.mojom
+++ b/cc/ipc/traits_test_service.mojom
@@ -17,6 +17,7 @@ import "cc/ipc/shared_quad_state.mojom";
import "cc/ipc/surface_id.mojom";
import "cc/ipc/surface_reference.mojom";
import "cc/ipc/surface_sequence.mojom";
+import "cc/ipc/texture_mailbox.mojom";
import "cc/ipc/transferable_resource.mojom";
// All functions on this interface echo their arguments to test StructTraits
@@ -60,6 +61,10 @@ interface TraitsTestService {
EchoSurfaceSequence(SurfaceSequence s) => (SurfaceSequence pass);
[Sync]
+ EchoTextureMailbox(TextureMailbox t) =>
+ (TextureMailbox pass);
+
+ [Sync]
EchoTransferableResource(TransferableResource t) =>
(TransferableResource pass);
};
« no previous file with comments | « cc/ipc/texture_mailbox_struct_traits.h ('k') | cc/ipc/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698