| 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 3ef1cbf222fa1f5264e58161ba437563d2c06c3a..4408c3cfc324cd0d99b11a848be8295bb9a68d7a 100644
|
| --- a/chrome/service/cloud_print/print_system_win.cc
|
| +++ b/chrome/service/cloud_print/print_system_win.cc
|
| @@ -335,7 +335,9 @@ class JobSpoolerWin : public PrintSystem::JobSpooler {
|
| double scale_factor,
|
| const printing::MetafilePlayer& emf) OVERRIDE {
|
| PreparePageDCForPrinting(printer_dc_.Get(), scale_factor);
|
| + ::StartPage(printer_dc_.Get());
|
| emf.SafePlayback(printer_dc_.Get());
|
| + ::EndPage(printer_dc_.Get());
|
| }
|
|
|
| // ServiceUtilityProcessHost::Client implementation.
|
|
|