summaryrefslogtreecommitdiffstats
path: root/printing/backend/cups_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/backend/cups_helper.cc')
-rw-r--r--printing/backend/cups_helper.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/printing/backend/cups_helper.cc b/printing/backend/cups_helper.cc
index eb49ca4..74df558 100644
--- a/printing/backend/cups_helper.cc
+++ b/printing/backend/cups_helper.cc
@@ -386,6 +386,8 @@ bool ParsePpdCapabilities(
(cm_black != UNKNOWN_COLOR_MODEL) &&
(cm_color != cm_black));
caps.color_default = is_color;
+ caps.color_model = cm_color;
+ caps.bw_model = cm_black;
ppdClose(ppd);
base::DeleteFile(ppd_file_path, false);