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

Unified Diff: cc/ipc/copy_output_result.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
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | cc/ipc/copy_output_result_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/copy_output_result.mojom
diff --git a/cc/ipc/copy_output_result.mojom b/cc/ipc/copy_output_result.mojom
index a925e10d6b4986a1512ecd4820c1c98fc6fce7cb..082cfc9aaf29403f4177f54432f349c0d7f26104 100644
--- a/cc/ipc/copy_output_result.mojom
+++ b/cc/ipc/copy_output_result.mojom
@@ -5,6 +5,7 @@
module cc.mojom;
import "cc/ipc/texture_mailbox.mojom";
+import "cc/ipc/texture_mailbox_releaser.mojom";
import "skia/public/interfaces/bitmap.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
@@ -12,5 +13,6 @@ import "ui/gfx/geometry/mojo/geometry.mojom";
struct CopyOutputResult {
gfx.mojom.Size size;
skia.mojom.Bitmap? bitmap;
- cc.mojom.TextureMailbox texture_mailbox;
+ TextureMailbox texture_mailbox;
+ TextureMailboxReleaser? releaser;
};
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | cc/ipc/copy_output_result_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698