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

Unified Diff: printing/printing_context_android.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_android.h
diff --git a/printing/printing_context_android.h b/printing/printing_context_android.h
index eee09028278f7c56c91c6a64e18f518e654141b2..8cf6a1d2d694a4a4c1df706362b916cc69f10a2b 100644
--- a/printing/printing_context_android.h
+++ b/printing/printing_context_android.h
@@ -52,6 +52,7 @@ class PRINTING_EXPORT PrintingContextAndroid : public PrintingContext {
Result DocumentDone() override;
void Cancel() override;
void ReleaseContext() override;
+ void SetPostScriptEnabled(bool is_enabled) override;
skia::NativeDrawingContext context() const override;
// Registers JNI bindings for RegisterContext.

Powered by Google App Engine
This is Rietveld 408576698