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

Unified Diff: gpu/ipc/common/surface_handle.mojom

Issue 2360203003: services/ui: Add mojom API for creating/destroying gpu memory buffer. (Closed)
Patch Set: . Created 4 years, 3 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 | « gpu/ipc/common/BUILD.gn ('k') | gpu/ipc/common/surface_handle.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/surface_handle.mojom
diff --git a/gpu/ipc/common/mailbox.mojom b/gpu/ipc/common/surface_handle.mojom
similarity index 68%
copy from gpu/ipc/common/mailbox.mojom
copy to gpu/ipc/common/surface_handle.mojom
index fcc20ee8c7b7515d3ccbc6ae609a4d3b7144ad73..c9f84a178ffd22066977447497e915e179f45165 100644
--- a/gpu/ipc/common/mailbox.mojom
+++ b/gpu/ipc/common/surface_handle.mojom
@@ -4,7 +4,7 @@
module gpu.mojom;
-// See gpu/command_buffer/common/mailbox.h
-struct Mailbox {
- array<int8, 64> name;
+// See gpu/ipc/common/surface_handle.h
+struct SurfaceHandle {
+ uint64 surface_handle;
};
« no previous file with comments | « gpu/ipc/common/BUILD.gn ('k') | gpu/ipc/common/surface_handle.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698