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

Side by Side Diff: ui/base/ui_base_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 unified diff | Download patch
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "build/build_config.h" 5 #include "build/build_config.h"
6 #include "ui/base/ui_base_switches.h" 6 #include "ui/base/ui_base_switches.h"
7 7
8 namespace switches { 8 namespace switches {
9 9
10 #if defined(OS_MACOSX) && !defined(OS_IOS) 10 #if defined(OS_MACOSX) && !defined(OS_IOS)
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 72
73 // Use new window behavior for virtual keyboard (do not change work area in 73 // Use new window behavior for virtual keyboard (do not change work area in
74 // non-sticky mode). 74 // non-sticky mode).
75 const char kUseNewVirtualKeyboardBehavior[] = 75 const char kUseNewVirtualKeyboardBehavior[] =
76 "use-new-virtual-keyboard-behavior"; 76 "use-new-virtual-keyboard-behavior";
77 77
78 // Applies the material design mode passed via --top-chrome-md to elements 78 // Applies the material design mode passed via --top-chrome-md to elements
79 // throughout Chrome (not just top Chrome). 79 // throughout Chrome (not just top Chrome).
80 const char kExtendMdToSecondaryUi[] = "secondary-ui-md"; 80 const char kExtendMdToSecondaryUi[] = "secondary-ui-md";
81 81
82 // Use an fp16 scRGB swap chain compatible with HDR output.
83 const char kEnableHDR[] = "enable-hdr";
84
85 } // namespace switches 82 } // namespace switches
OLDNEW
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698