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

Unified Diff: printing/printing_context_chromeos.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_chromeos.h
diff --git a/printing/printing_context_chromeos.h b/printing/printing_context_chromeos.h
index eec0e38a23dc462da8f1b35ca9703f89f473a8ba..0e8b789259cc8f79f22bd18b84bc26e98f42c9be 100644
--- a/printing/printing_context_chromeos.h
+++ b/printing/printing_context_chromeos.h
@@ -37,6 +37,7 @@ class PRINTING_EXPORT PrintingContextChromeos : public PrintingContext {
Result DocumentDone() override;
void Cancel() override;
void ReleaseContext() override;
+ void SetPostScriptEnabled(bool is_enabled) override;
skia::NativeDrawingContext context() const override;
Result StreamData(const std::vector<char>& buffer);

Powered by Google App Engine
This is Rietveld 408576698