| Index: gpu/command_buffer/service/mailbox_manager.h
|
| diff --git a/gpu/command_buffer/service/mailbox_manager.h b/gpu/command_buffer/service/mailbox_manager.h
|
| index 453863b8804377e1dc1fea4a3b70a1ccfbe52751..a2319791249316e369ae1ed53b4ac684a022e32b 100644
|
| --- a/gpu/command_buffer/service/mailbox_manager.h
|
| +++ b/gpu/command_buffer/service/mailbox_manager.h
|
| @@ -27,9 +27,6 @@ class GPU_EXPORT MailboxManager : public base::RefCounted<MailboxManager> {
|
| public:
|
| MailboxManager();
|
|
|
| - // Generate a unique unguessable mailbox name.
|
| - void GenerateMailbox(Mailbox* mailbox);
|
| -
|
| // Look up the texture definition from the named mailbox.
|
| Texture* ConsumeTexture(unsigned target, const Mailbox& mailbox);
|
|
|
|
|