electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
485 stars 183 forks source link

Remove guest_view.patch #502

Closed codebytere closed 6 years ago

codebytere commented 6 years ago

There is a new video capture API that can do everything needed, so this patch is no longer required. Discussed with @brenca, who will push updates to the electron/electron side to compensate for new API.

For https://github.com/electron/libchromiumcontent/pull/499.

alexeykuzmin commented 6 years ago

Discussed with @brenca, who will push updates to the electron/electron side to compensate for new API.

@brenca Is there a task or an open PR for this? I don't want us to accidentally forget about it.

brenca commented 6 years ago

@alexeykuzmin I see you added a task in the project already, thanks! I'll take a stab at this as soon as electron can be built with C66.

alexeykuzmin commented 6 years ago

@brenca Cool, thank you!