| Index: gpu/command_buffer/client/gpu_control.h
|
| diff --git a/gpu/command_buffer/client/gpu_control.h b/gpu/command_buffer/client/gpu_control.h
|
| index 62429898c882dcff05f3556d759f9a19dc72f888..6b7bdd52b4b46fa2755cf2a62c62dcf3bccc2a8b 100644
|
| --- a/gpu/command_buffer/client/gpu_control.h
|
| +++ b/gpu/command_buffer/client/gpu_control.h
|
| @@ -48,13 +48,6 @@ class GPU_EXPORT GpuControl {
|
| // Destroy an image. The ID must be positive.
|
| virtual void DestroyImage(int32_t id) = 0;
|
|
|
| - // Create a gpu memory buffer backed image with the given dimensions and
|
| - // format for |usage|. Returns its ID or -1 on error.
|
| - virtual int32_t CreateGpuMemoryBufferImage(size_t width,
|
| - size_t height,
|
| - unsigned internalformat,
|
| - unsigned usage) = 0;
|
| -
|
| // Runs |callback| when a query created via glCreateQueryEXT() has cleared
|
| // passed the glEndQueryEXT() point.
|
| virtual void SignalQuery(uint32_t query, const base::Closure& callback) = 0;
|
|
|