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

Unified Diff: cc/ipc/copy_output_result.typemap

Issue 2686833003: CopyOutputResult must have a working release callback when received over mojo (Closed)
Patch Set: d 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/copy_output_result.typemap
diff --git a/cc/ipc/copy_output_result.typemap b/cc/ipc/copy_output_result.typemap
index 25c129fb729883858bf1f101ec39a117a808e5be..a326c719482a2c70237d76f2937aef1cbb734c8a 100644
--- a/cc/ipc/copy_output_result.typemap
+++ b/cc/ipc/copy_output_result.typemap
@@ -12,4 +12,7 @@ public_deps = [
sources = [
"//cc/ipc:struct_traits",
]
-type_mappings = [ "cc.mojom.CopyOutputResult=std::unique_ptr<cc::CopyOutputResult>[move_only]" ]
+type_mappings = [
+ "cc.mojom.CopyOutputResult=std::unique_ptr<cc::CopyOutputResult>[move_only]",
+ "cc.mojom.TextureMailboxWithRelease=cc::TextureMailboxWithRelease[move_only]",
+]

Powered by Google App Engine
This is Rietveld 408576698