Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: printing/printing_context_mac.h

Issue 2714073002: Eliminate PS printing edge cases (Closed)
Patch Set: Fix compile errors Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: printing/printing_context_mac.h
diff --git a/printing/printing_context_mac.h b/printing/printing_context_mac.h
index df82379a5fda1d462966de8b2622b0139dde81bb..b62532f81889d79861efae5f4fb888125bc99a80 100644
--- a/printing/printing_context_mac.h
+++ b/printing/printing_context_mac.h
@@ -38,6 +38,7 @@ class PRINTING_EXPORT PrintingContextMac : public PrintingContext {
Result DocumentDone() override;
void Cancel() override;
void ReleaseContext() override;
+ void SetPostScriptEnabled(bool is_enabled) override;
skia::NativeDrawingContext context() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698