| 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 8a78f8ee4da64cff0e6105cb79f17e054ec4f0b2..eab98b25e2d90aa21dcb159f7f42948d1bae8af0 100644
|
| --- a/gpu/command_buffer/client/gl_in_process_context.h
|
| +++ b/gpu/command_buffer/client/gl_in_process_context.h
|
| @@ -75,12 +75,6 @@ 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_t stream_id) = 0;
|
| - virtual uint32_t CreateStreamTexture(uint32_t texture_id) = 0;
|
| -#endif
|
| };
|
|
|
| } // namespace gpu
|
|
|