diff options
Diffstat (limited to 'printing/print_settings.h')
-rw-r--r-- | printing/print_settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/printing/print_settings.h b/printing/print_settings.h index 8026cbc..3a55502 100644 --- a/printing/print_settings.h +++ b/printing/print_settings.h @@ -116,6 +116,9 @@ class PRINTING_EXPORT PrintSettings { // True if the user wants headers and footers to be displayed. bool display_header_footer; + // True if the user wants to print CSS backgrounds. + bool should_print_backgrounds; + private: ////////////////////////////////////////////////////////////////////////////// // Settings that can't be changed without side-effects. |