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

Unified Diff: cc/ipc/traits_test_service.mojom

Issue 2537343004: Add SurfaceReference class. (Closed)
Patch Set: Fixes. 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
« no previous file with comments | « cc/ipc/surface_reference_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 b94ce2ff79efccda63eb23656453058f0dfe0f49..7948f121261cd587dc2a7013316f9d65425bf58e 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 r) => (SurfaceReference pass);
+
+ [Sync]
EchoSurfaceSequence(SurfaceSequence s) => (SurfaceSequence pass);
[Sync]
« no previous file with comments | « cc/ipc/surface_reference_struct_traits.h ('k') | cc/ipc/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698