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..a2c9264617c63b6882d3224c19fe1571d6540209 100644 |
--- a/gpu/command_buffer/client/gl_in_process_context.h |
+++ b/gpu/command_buffer/client/gl_in_process_context.h |
@@ -82,6 +82,7 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext { |
virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture( |
uint32 stream_id) = 0; |
#endif |
+ virtual uint32 CreateStreamTexture(uint32 texture_id) = 0; |
}; |
} // namespace gpu |