summaryrefslogtreecommitdiffstats
path: root/components/mus/gles2/command_buffer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/gles2/command_buffer_impl.h')
-rw-r--r--components/mus/gles2/command_buffer_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mus/gles2/command_buffer_impl.h b/components/mus/gles2/command_buffer_impl.h
index ad57596..6bdbef8 100644
--- a/components/mus/gles2/command_buffer_impl.h
+++ b/components/mus/gles2/command_buffer_impl.h
@@ -102,6 +102,7 @@ class CommandBufferImpl : public mojom::CommandBuffer {
void OnConnectionError();
bool DeleteOnGpuThread();
+ void DeleteOnGpuThread2();
scoped_refptr<GpuState> gpu_state_;
scoped_ptr<CommandBufferDriver> driver_;