| 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 b0ce570652b8ecacd6a80c23e40760079d49bdf5..c1e4231ce07ef441bcdd2cea5501fdd837edf316 100644
|
| --- a/mojo/gles2/command_buffer_client_impl.h
|
| +++ b/mojo/gles2/command_buffer_client_impl.h
|
| @@ -72,7 +72,6 @@ class CommandBufferClientImpl
|
| const base::Closure& callback) override;
|
| void SignalQuery(uint32 query, const base::Closure& callback) override;
|
| void SetSurfaceVisible(bool visible) override;
|
| - uint32 CreateStreamTexture(uint32 texture_id) override;
|
| void SetLock(base::Lock*) override;
|
| bool IsGpuChannelLost() override;
|
| gpu::CommandBufferNamespace GetNamespaceID() const override;
|
|
|