fix: enable and update osr (#16517)

* fix: enable OSR

* fix some macos errors

* fix client reset not in guard

* fix things not rendering on mac
This commit is contained in:
Shelley Vohr 2019-01-30 09:33:32 -08:00 committed by GitHub
parent 6e131f2121
commit c7677b23e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 117 additions and 141 deletions

View file

@ -128,7 +128,7 @@ OffScreenWebContentsView::CreateViewForWidget(
}
content::RenderWidgetHostViewBase*
OffScreenWebContentsView::CreateViewForPopupWidget(
OffScreenWebContentsView::CreateViewForChildWidget(
content::RenderWidgetHost* render_widget_host) {
content::WebContentsImpl* web_contents_impl =
static_cast<content::WebContentsImpl*>(web_contents_);