| Index: chrome/service/cloud_print/print_system_win.cc
|
| diff --git a/chrome/service/cloud_print/print_system_win.cc b/chrome/service/cloud_print/print_system_win.cc
|
| index f5e615e459c4b06cc5d151a9fbb0c046b3e26391..7d252beb2ec263aa333f6cfeb6760b5ec353fc83 100644
|
| --- a/chrome/service/cloud_print/print_system_win.cc
|
| +++ b/chrome/service/cloud_print/print_system_win.cc
|
| @@ -336,7 +336,7 @@ class JobSpoolerWin : public PrintSystem::JobSpooler {
|
|
|
| // ServiceUtilityProcessHost::Client implementation.
|
| virtual void OnRenderPDFPagesToMetafileSucceeded(
|
| - const printing::Emf& metafile,
|
| + const printing::MetafilePlayer& metafile,
|
| int highest_rendered_page_number,
|
| double scale_factor) OVERRIDE {
|
| PreparePageDCForPrinting(printer_dc_.Get(), scale_factor);
|
|
|