| 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 ef1820c6c4187bdbe13c671b75a3fb04db7308d3..8c3a1c52b45ff68e4aa5552291d235162615352f 100644
|
| --- a/gpu/command_buffer/client/gl_in_process_context.h
|
| +++ b/gpu/command_buffer/client/gl_in_process_context.h
|
| @@ -76,6 +76,8 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext {
|
|
|
| virtual size_t GetMappedMemoryLimit() = 0;
|
|
|
| + virtual void SetLock(base::Lock* lock) = 0;
|
| +
|
| #if defined(OS_ANDROID)
|
| virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
|
| uint32 stream_id) = 0;
|
|
|