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

Unified Diff: ui/display/display.cc

Issue 2325773003: cc: Plumb the monitor color profile to renderer for rasterization (Closed)
Patch Set: Unrevert Created 4 years, 3 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 | « ui/display/display.h ('k') | ui/display/mac/screen_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display.cc
diff --git a/ui/display/display.cc b/ui/display/display.cc
index 3a5433fe4d3c3953d766ea8d2b561111384de490..3e8b183a43d09c5e95ffd63c825c20f99e1f83b3 100644
--- a/ui/display/display.cc
+++ b/ui/display/display.cc
@@ -82,7 +82,8 @@ Display::Display()
rotation_(ROTATE_0),
touch_support_(TOUCH_SUPPORT_UNKNOWN),
color_depth_(DEFAULT_BITS_PER_PIXEL),
- depth_per_component_(DEFAULT_BITS_PER_COMPONENT) {}
+ depth_per_component_(DEFAULT_BITS_PER_COMPONENT),
+ is_monochrome_(false) {}
Display::Display(const Display& other) = default;
« no previous file with comments | « ui/display/display.h ('k') | ui/display/mac/screen_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698