mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
linux: Fix component build errors (fixes issue #3424)
This commit is contained in:
committed by
Marshall Greenblatt
parent
b1a530c76a
commit
aae420aa8b
@ -173,7 +173,7 @@ void AlloyBrowserMainParts::ToolkitInitialized() {
|
||||
|
||||
auto printing_delegate = new CefPrintingContextLinuxDelegate();
|
||||
auto default_delegate =
|
||||
printing::PrintingContextLinuxDelegate::SetInstance(printing_delegate);
|
||||
ui::PrintingContextLinuxDelegate::SetInstance(printing_delegate);
|
||||
printing_delegate->SetDefaultDelegate(default_delegate);
|
||||
#endif // BUILDFLAG(IS_LINUX)
|
||||
|
||||
|
Reference in New Issue
Block a user