Chromium Code Reviews| Index: printing/printing_context.h |
| diff --git a/printing/printing_context.h b/printing/printing_context.h |
| index 362dfe9ba6b2cf588fd02b3e9184431b7a91bbc4..0cc0e76d0fe0e022f22ec4f89134d98e37113129 100644 |
| --- a/printing/printing_context.h |
| +++ b/printing/printing_context.h |
| @@ -111,6 +111,9 @@ class PRINTING_EXPORT PrintingContext { |
| // Releases the native printing context. |
| virtual void ReleaseContext() = 0; |
| + // Sets postscript printing enabled |
|
Lei Zhang
2017/02/25 03:03:35
"Sets if the postscript printing feature is enable
|
| + virtual void SetPostScriptEnabled(bool is_enabled) = 0; |
|
Lei Zhang
2017/02/25 03:03:35
Maybe we should just ifdef this so we don't need d
|
| + |
| // Returns the native context used to print. |
| virtual skia::NativeDrawingContext context() const = 0; |