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

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

Issue 2461003003: Reduce GPU mailbox size to 16 bytes (Closed)
Patch Set: fix tests Created 4 years, 2 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: gpu/ipc/common/mailbox.mojom
diff --git a/gpu/ipc/common/mailbox.mojom b/gpu/ipc/common/mailbox.mojom
index fcc20ee8c7b7515d3ccbc6ae609a4d3b7144ad73..d523fcfa039a8db6c25c859b94473bfa9e5ebda3 100644
--- a/gpu/ipc/common/mailbox.mojom
+++ b/gpu/ipc/common/mailbox.mojom
@@ -6,5 +6,5 @@ module gpu.mojom;
// See gpu/command_buffer/common/mailbox.h
struct Mailbox {
- array<int8, 64> name;
+ array<int8, 16> name;
};
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_passthrough_handlers_autogen.cc ('k') | gpu/ipc/common/struct_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698