| 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 8c3a1c52b45ff68e4aa5552291d235162615352f..bee314be443f8d5535cbf1e81bcc0205e05b6525 100644
|
| --- a/gpu/command_buffer/client/gl_in_process_context.h
|
| +++ b/gpu/command_buffer/client/gl_in_process_context.h
|
| @@ -74,8 +74,6 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext {
|
| // can be used without making it current.
|
| virtual gles2::GLES2Implementation* GetImplementation() = 0;
|
|
|
| - virtual size_t GetMappedMemoryLimit() = 0;
|
| -
|
| virtual void SetLock(base::Lock* lock) = 0;
|
|
|
| #if defined(OS_ANDROID)
|
|
|