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

Unified Diff: cc/ipc/traits_test_service.mojom

Issue 2043833002: Add SurfaceSequence mojom file to cc/ipc and edit corresponding GYP file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change based on fsamuel's feedback Created 4 years, 6 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: cc/ipc/traits_test_service.mojom
diff --git a/cc/ipc/traits_test_service.mojom b/cc/ipc/traits_test_service.mojom
index a88b09a769792786634cb5a3c42b3b72bdaa8456..cfe12d8983b7adbcf9c2a801878c713cc4cae4a2 100644
--- a/cc/ipc/traits_test_service.mojom
+++ b/cc/ipc/traits_test_service.mojom
@@ -9,6 +9,7 @@ import "cc/ipc/render_pass_id.mojom";
import "cc/ipc/returned_resource.mojom";
import "cc/ipc/shared_quad_state.mojom";
import "cc/ipc/surface_id.mojom";
+import "cc/ipc/surface_sequence.mojom";
import "cc/ipc/transferable_resource.mojom";
// All functions on this interface echo their arguments to test StructTraits
@@ -31,6 +32,9 @@ interface TraitsTestService {
EchoSurfaceId(SurfaceId s) => (SurfaceId pass);
[Sync]
+ EchoSurfaceSequence(SurfaceSequence s) => (SurfaceSequence pass);
+
+ [Sync]
EchoTransferableResource(TransferableResource t) =>
(TransferableResource pass);
};

Powered by Google App Engine
This is Rietveld 408576698