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 a2f0ff31e1959e7f85fa6735d95913d18a7e274f..b28757cb87ca33a3d6641f6be38648ab93edde8e 100644 |
--- a/gpu/command_buffer/client/gpu_control.h |
+++ b/gpu/command_buffer/client/gpu_control.h |
@@ -64,9 +64,6 @@ class GPU_EXPORT GpuControl { |
virtual void SetSurfaceVisible(bool visible) = 0; |
- // Invokes the callback once the context has been flushed. |
- virtual void Echo(const base::Closure& callback) = 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; |