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 ca24a7189152a940d26225b3867e51e38fa1683a..d0e4c2c9a5773f518ef052df93387e61ced96006 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]; |
| }; |