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

Unified Diff: printing/print_job_constants.h

Issue 8280002: PrintPreview: Added code to honor the grayscale color model. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
« no previous file with comments | « chrome/browser/resources/print_preview/color_settings.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_job_constants.h
diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h
index 718a2b058121d615d601ab76d612e1cb4c1b88a1..958b647a5535046bc44d947368bf4097099fc2e6 100644
--- a/printing/print_job_constants.h
+++ b/printing/print_job_constants.h
@@ -98,6 +98,7 @@ enum ColorModels {
KCMY,
CMY_K, // CMY_K represents CMY+K.
BLACK,
+ GRAYSCALE,
RGB,
RGB16,
RGBA,
« no previous file with comments | « chrome/browser/resources/print_preview/color_settings.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698