Chromium Code Reviews| Index: gpu/command_buffer/common/mailbox.h |
| diff --git a/gpu/command_buffer/common/mailbox.h b/gpu/command_buffer/common/mailbox.h |
| index c0ae06f80d4eebd4dd18768689311788ea321cd5..6c26b3e766a69c379b262146bbe9b84a62844602 100644 |
| --- a/gpu/command_buffer/common/mailbox.h |
| +++ b/gpu/command_buffer/common/mailbox.h |
| @@ -13,6 +13,7 @@ namespace gpu { |
| struct GPU_EXPORT Mailbox { |
| Mailbox(); |
| bool IsZero() const; |
| + void SetZero(); |
| void SetName(const int8* name); |
| int8 name[64]; |
| }; |