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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2567983004: color: Add histograms for gamut (Closed)
Patch Set: add ProPhoto + bugfix Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f01549cc4f4725adacd5e1d3b19e9c97220cec33..3a0f1b4dd516e064ac98b8d4e6fda0328722649e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -88565,6 +88565,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="10" label="GammaNamed"/>
</enum>
+<enum name="Gamut" type="int">
+ <int value="0" label="GamutUnknown"/>
+ <int value="1" label="GamutLessThanNTSC"/>
+ <int value="2" label="GamutNTSC"/>
+ <int value="3" label="GamutSRGB"/>
+ <int value="4" label="GamutAlmostP3"/>
+ <int value="5" label="GamutP3"/>
+ <int value="6" label="GamutAdobeRGB"/>
+ <int value="7" label="GamutWide"/>
+ <int value="8" label="GamutBT2020"/>
+ <int value="9" label="GamutProPhoto"/>
+ <int value="10" label="GamutUltraWide"/>
+</enum>
+
<enum name="GarbageCollectionReason" type="int">
<int value="0" label="kUnknown"/>
<int value="1" label="kAllocationFailure"/>

Powered by Google App Engine
This is Rietveld 408576698