macOS: Fix compile error (issue #2489)

This commit is contained in:
Marshall Greenblatt 2018-08-17 11:08:41 -04:00
parent 7ed3a545e9
commit 633c181700
1 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ void CefRenderWidgetHostViewOSR::PlatformCreateCompositorWidget(
mac_helper_ = new MacHelper(this); mac_helper_ = new MacHelper(this);
browser_compositor_.reset(new content::BrowserCompositorMac( browser_compositor_.reset(new content::BrowserCompositorMac(
mac_helper_, mac_helper_, render_widget_host_->is_hidden(), true, mac_helper_, mac_helper_, render_widget_host_->is_hidden(), GetDisplay(),
GetDisplay(), AllocateFrameSinkId(is_guest_view_hack))); AllocateFrameSinkId(is_guest_view_hack)));
} }
void CefRenderWidgetHostViewOSR::PlatformDestroyCompositorWidget() { void CefRenderWidgetHostViewOSR::PlatformDestroyCompositorWidget() {