macOS: Fix compile error (issue #2489)
This commit is contained in:
parent
7ed3a545e9
commit
633c181700
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue