| 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 0adf93a93f732d6e77a35590a6df9b2c09552968..9ce2db758f838ab333b14756c572453df1394966 100644
|
| --- a/gpu/command_buffer/client/gpu_control.h
|
| +++ b/gpu/command_buffer/client/gpu_control.h
|
| @@ -75,8 +75,6 @@ class GPU_EXPORT GpuControl {
|
| // passed the glEndQueryEXT() point.
|
| virtual void SignalQuery(uint32_t query, const base::Closure& callback) = 0;
|
|
|
| - virtual void SetSurfaceVisible(bool visible) = 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
|
|
|