| Index: third_party/WebKit/public/web/WebPrintParams.h
|
| diff --git a/third_party/WebKit/public/web/WebPrintParams.h b/third_party/WebKit/public/web/WebPrintParams.h
|
| index a28f836fd9ba7863f2a8a59a28e3093f170b76bc..800f2f87ea299a7fd0d0f1dadbd14d75554752a9 100644
|
| --- a/third_party/WebKit/public/web/WebPrintParams.h
|
| +++ b/third_party/WebKit/public/web/WebPrintParams.h
|
| @@ -51,6 +51,9 @@ struct WebPrintParams {
|
| // Specifies user selected DPI for printing.
|
| int printerDPI;
|
|
|
| + // Specifies whether to print PDFs as image.
|
| + bool rasterizePDF = false;
|
| +
|
| // Specifies whether to reduce/enlarge/retain the print contents to fit the
|
| // printable area. (This is used only by plugin printing).
|
| WebPrintScalingOption printScalingOption;
|
|
|