| Index: chrome/browser/printing/print_job.h
|
| diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h
|
| index 4706084bff1dc6be32b2492733d5fcb168249003..117e45d42a35ebf2f7a000fac37362528e76638a 100644
|
| --- a/chrome/browser/printing/print_job.h
|
| +++ b/chrome/browser/printing/print_job.h
|
| @@ -96,7 +96,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 // OS_WIN
|
|
|
| protected:
|
|
|