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

Unified Diff: gpu/ipc/common/mailbox_struct_traits.h

Issue 2027223002: gpu::mojom::Mailbox: Remove unnecessary ArrayTraits IsNull/SetToNull methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | gpu/ipc/common/mailbox_struct_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/mailbox_struct_traits.h
diff --git a/gpu/ipc/common/mailbox_struct_traits.h b/gpu/ipc/common/mailbox_struct_traits.h
index 5eedd6ca2fdd39d015690955e9e0f2d9ec0e18aa..b70341c49b7f19bc3fd59931ff5d61e4e94058f8 100644
--- a/gpu/ipc/common/mailbox_struct_traits.h
+++ b/gpu/ipc/common/mailbox_struct_traits.h
@@ -21,8 +21,6 @@ struct MailboxName {
template <>
struct ArrayTraits<MailboxName> {
using Element = int8_t;
- static bool IsNull(const MailboxName& b);
- static void SetToNull(MailboxName* b);
static size_t GetSize(const MailboxName& b);
static int8_t* GetData(MailboxName& b);
static const int8_t* GetData(const MailboxName& b);
« no previous file with comments | « no previous file | gpu/ipc/common/mailbox_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698