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
@@ -192,7 +192,7 @@ gfx::Size CefPrintingContextLinuxDelegate::GetPdfPaperSize(
|
||||
}
|
||||
|
||||
void CefPrintingContextLinuxDelegate::SetDefaultDelegate(
|
||||
printing::PrintingContextLinuxDelegate* delegate) {
|
||||
ui::PrintingContextLinuxDelegate* delegate) {
|
||||
DCHECK(!default_delegate_);
|
||||
default_delegate_ = delegate;
|
||||
}
|
||||
|
Reference in New Issue
Block a user