Index: gpu/command_buffer/client/gles2_implementation.h |
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h |
index 9595d3762bd42f999d8caf0e1cab38b40609c6b3..08473b7231479e5db6e503d94751259218a53606 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -256,7 +256,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation |
void SignalSyncToken(const gpu::SyncToken& sync_token, |
const base::Closure& callback) override; |
void SignalQuery(uint32 query, const base::Closure& callback) override; |
- void SetSurfaceVisible(bool visible) override; |
void SetAggressivelyFreeResources(bool aggressively_free_resources) override; |
// base::trace_event::MemoryDumpProvider implementation. |