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

Unified Diff: cc/ipc/traits_test_service.mojom

Issue 2537343004: Add SurfaceReference class. (Closed)
Patch Set: Fix nit. Created 4 years 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: cc/ipc/traits_test_service.mojom
diff --git a/cc/ipc/traits_test_service.mojom b/cc/ipc/traits_test_service.mojom
index b94ce2ff79efccda63eb23656453058f0dfe0f49..bdc88600ad6e11636fe4ab2160836f68ee03b7a3 100644
--- a/cc/ipc/traits_test_service.mojom
+++ b/cc/ipc/traits_test_service.mojom
@@ -16,6 +16,7 @@ import "cc/ipc/returned_resource.mojom";
import "cc/ipc/selection.mojom";
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/transferable_resource.mojom";
@@ -57,6 +58,9 @@ interface TraitsTestService {
EchoSurfaceId(SurfaceId s) => (SurfaceId pass);
[Sync]
+ EchoSurfaceReference(SurfaceReference s) => (SurfaceReference ref);
vmpstr 2016/12/02 19:33:35 What are the variable names here? The rest of the
kylechar 2016/12/02 20:16:23 They're the variable names that get used in the au
+
+ [Sync]
EchoSurfaceSequence(SurfaceSequence s) => (SurfaceSequence pass);
[Sync]

Powered by Google App Engine
This is Rietveld 408576698