Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: revive offscreen rendering support #22160

Merged
merged 1 commit into from Feb 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions BUILD.gn
Expand Up @@ -791,6 +791,7 @@ if (is_mac) {

include_dirs = [ "." ]
sources = filenames.framework_sources
libs = []

if (enable_osr) {
libs += [ "IOSurface.framework" ]
Expand Down
3 changes: 1 addition & 2 deletions build/args/all.gn
Expand Up @@ -21,7 +21,6 @@ dawn_enable_vulkan_validation_layers = false

is_cfi = false

# TODO: disabled due to crashes. re-enable.
enable_osr = false
enable_osr = true

enable_electron_extensions = true
1 change: 1 addition & 0 deletions patches/chromium/.patches
Expand Up @@ -88,3 +88,4 @@ hack_plugin_response_interceptor_to_point_to_electron.patch
fix_route_mouse_event_navigations_through_the_web_contents_delegate.patch
expose_aria_trees_as_tables_for_macos_accessibility.patch
feat_add_support_for_overriding_the_base_spellchecker_download_url.patch
feat_enable_offscreen_rendering_with_viz_compositor.patch