Index: mojo/gles2/command_buffer_client_impl.h |
diff --git a/mojo/gles2/command_buffer_client_impl.h b/mojo/gles2/command_buffer_client_impl.h |
index c1e4231ce07ef441bcdd2cea5501fdd837edf316..92524f68b0900fc6baec2c748a142ad6ce3269d8 100644 |
--- a/mojo/gles2/command_buffer_client_impl.h |
+++ b/mojo/gles2/command_buffer_client_impl.h |
@@ -71,7 +71,6 @@ class CommandBufferClientImpl |
void SignalSyncPoint(uint32 sync_point, |
const base::Closure& callback) override; |
void SignalQuery(uint32 query, const base::Closure& callback) override; |
- void SetSurfaceVisible(bool visible) override; |
void SetLock(base::Lock*) override; |
bool IsGpuChannelLost() override; |
gpu::CommandBufferNamespace GetNamespaceID() const override; |