| 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 c6e5871f6f9c8bbd64b150f0e44c2f548ba5fd1f..0adf93a93f732d6e77a35590a6df9b2c09552968 100644
|
| --- a/gpu/command_buffer/client/gpu_control.h
|
| +++ b/gpu/command_buffer/client/gpu_control.h
|
| @@ -77,10 +77,6 @@ class GPU_EXPORT GpuControl {
|
|
|
| virtual void SetSurfaceVisible(bool visible) = 0;
|
|
|
| - // Attaches an external stream to the texture given by |texture_id| and
|
| - // returns a stream identifier.
|
| - virtual uint32_t CreateStreamTexture(uint32_t texture_id) = 0;
|
| -
|
| // Sets a lock this will be held on every callback from the GPU
|
| // implementation. This lock must be set and must be held on every call into
|
| // the GPU implementation if it is to be used from multiple threads. This
|
|
|