| 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 d04e73d203a69332f6e9fbdd76f634c9003a8797..1c2401f8b90160f97c41f5034983746438924d3d 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;
|
|
|