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

Unified Diff: cc/ipc/traits_test_service.mojom

Issue 2686833003: CopyOutputResult must have a working release callback when received over mojo (Closed)
Patch Set: c Created 3 years, 10 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 1acde1b5ace15c61ddc9cf796ebc18bc31bcfcfa..62d23aebffa46d457948a1accb96b1df4fbd07ad 100644
--- a/cc/ipc/traits_test_service.mojom
+++ b/cc/ipc/traits_test_service.mojom
@@ -16,6 +16,7 @@ import "cc/ipc/render_pass.mojom";
import "cc/ipc/returned_resource.mojom";
import "cc/ipc/selection.mojom";
import "cc/ipc/shared_quad_state.mojom";
+import "cc/ipc/single_release_callback.mojom";
import "cc/ipc/surface_id.mojom";
import "cc/ipc/surface_reference.mojom";
import "cc/ipc/surface_sequence.mojom";
@@ -57,6 +58,10 @@ interface TraitsTestService {
EchoSelection(Selection s) => (Selection pass);
[Sync]
+ EchoSingleReleaseCallback(SingleReleaseCallback s)
+ => (SingleReleaseCallback pass);
+
+ [Sync]
EchoSharedQuadState(SharedQuadState s) => (SharedQuadState pass);
[Sync]

Powered by Google App Engine
This is Rietveld 408576698