| Index: gpu/command_buffer/common/gpu_control.h
|
| diff --git a/gpu/command_buffer/common/gpu_control.h b/gpu/command_buffer/common/gpu_control.h
|
| index 448ab1d04c552bce2f7e9ac21f27608032f216a1..e15d5e6b11938b4ae176dbd89b34029f47271da0 100644
|
| --- a/gpu/command_buffer/common/gpu_control.h
|
| +++ b/gpu/command_buffer/common/gpu_control.h
|
| @@ -39,11 +39,6 @@ class GPU_EXPORT GpuControl {
|
| // Destroy a gpu memory buffer. The ID must be positive.
|
| virtual void DestroyGpuMemoryBuffer(int32 id) = 0;
|
|
|
| - // Generates n unique mailbox names that can be used with
|
| - // GL_texture_mailbox_CHROMIUM.
|
| - virtual bool GenerateMailboxNames(unsigned num,
|
| - std::vector<gpu::Mailbox>* names) = 0;
|
| -
|
| // Inserts a sync point, returning its ID. Sync point IDs are global and can
|
| // be used for cross-context synchronization.
|
| virtual uint32 InsertSyncPoint() = 0;
|
|
|