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

Unified Diff: chrome/browser/about_flags.cc

Issue 2765483004: Add about:flags for color correct rendering (Closed)
Patch Set: 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 | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8da59047d793d0fdb92d47f4a743ce8ae88fd1b0..227cf9a7a1007adccdafdea90aeeaa0391f0f484 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -806,6 +806,9 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_ENABLE_2D_CANVAS_DYNAMIC_RENDERING_MODE_SWITCHING_DESCRIPTION,
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableCanvas2dDynamicRenderingModeSwitching)},
+ {"enable-color-correct-rendering", IDS_FLAGS_COLOR_CORRECT_RENDERING_NAME,
+ IDS_FLAGS_COLOR_CORRECT_RENDERING_DESCRIPTION, kOsAll,
+ SINGLE_VALUE_TYPE(cc::switches::kEnableColorCorrectRendering)},
{"composited-layer-borders", IDS_FLAGS_COMPOSITED_LAYER_BORDERS,
IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(cc::switches::kShowCompositedLayerBorders)},
@@ -1172,8 +1175,7 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_OVERSCROLL_HISTORY_NAVIGATION_NAME,
IDS_FLAGS_OVERSCROLL_HISTORY_NAVIGATION_DESCRIPTION, kOsAura,
MULTI_VALUE_TYPE(kOverscrollHistoryNavigationChoices)},
- {"overscroll-start-threshold",
- IDS_FLAGS_OVERSCROLL_START_THRESHOLD_NAME,
+ {"overscroll-start-threshold", IDS_FLAGS_OVERSCROLL_START_THRESHOLD_NAME,
IDS_FLAGS_OVERSCROLL_START_THRESHOLD_DESCRIPTION, kOsAura,
MULTI_VALUE_TYPE(kOverscrollStartThresholdChoices)},
#endif // USE_AURA
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698