| Index: gpu/command_buffer/client/gl_in_process_context.h
|
| diff --git a/gpu/command_buffer/client/gl_in_process_context.h b/gpu/command_buffer/client/gl_in_process_context.h
|
| index 36484cef18e7bb628e6eb9e8d88abbcca3d5b310..319afd47d51c11faf0d0b579296bba246c1b2935 100644
|
| --- a/gpu/command_buffer/client/gl_in_process_context.h
|
| +++ b/gpu/command_buffer/client/gl_in_process_context.h
|
| @@ -71,8 +71,6 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext {
|
| GpuMemoryBufferManager* gpu_memory_buffer_manager,
|
| ImageFactory* image_factory);
|
|
|
| - virtual void SetContextLostCallback(const base::Closure& callback) = 0;
|
| -
|
| // Allows direct access to the GLES2 implementation so a GLInProcessContext
|
| // can be used without making it current.
|
| virtual gles2::GLES2Implementation* GetImplementation() = 0;
|
|
|