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

Unified Diff: ui/display/display_switches.cc

Issue 2742383006: Display: set color_depth and depth_per_component value based on kEnableHDROutput (Closed)
Patch Set: rebase Created 3 years, 9 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_switches.h ('k') | ui/display/display_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display_switches.cc
diff --git a/ui/display/display_switches.cc b/ui/display/display_switches.cc
index 945635dfe99a884cf7a0bee8196c505cd130806c..891715618a10a6ddb36dbe05589983730832c8fc 100644
--- a/ui/display/display_switches.cc
+++ b/ui/display/display_switches.cc
@@ -38,6 +38,9 @@ const char kScreenConfig[] = "screen-config";
// This is for debugging on linux desktop.
const char kUseFirstDisplayAsInternal[] = "use-first-display-as-internal";
+// Use an fp16 scRGB swap chain compatible with HDR output.
+const char kEnableHDR[] = "enable-hdr";
+
#if defined(OS_CHROMEOS)
const char kDisableDisplayColorCalibration[] =
"disable-display-color-calibration";
« no previous file with comments | « ui/display/display_switches.h ('k') | ui/display/display_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698