| Index: chrome/browser/printing/print_job.h
|
| diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h
|
| index b83a5a74779cb4831f2235e9a04daa802d2427e5..ae6a9f1c87eb8dc1539ed747c1095331aa946808 100644
|
| --- a/chrome/browser/printing/print_job.h
|
| +++ b/chrome/browser/printing/print_job.h
|
| @@ -97,7 +97,8 @@ class PrintJob : public PrintJobWorkerOwner,
|
| void StartPdfToEmfConversion(
|
| const scoped_refptr<base::RefCountedMemory>& bytes,
|
| const gfx::Size& page_size,
|
| - const gfx::Rect& content_area);
|
| + const gfx::Rect& content_area,
|
| + bool print_text_with_gdi);
|
| #endif // defined(OS_WIN)
|
|
|
| protected:
|
|
|