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

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

Issue 2190653004: Add more detail to Dst Color Space UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@histogram2
Patch Set: Use a switch Created 4 years, 5 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:
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3c2d9d11acdcf7f01c311b6e7fec01fe6339804f..d3ca9736f82ab0eae53e6721bc5036a119bf388d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -78190,12 +78190,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="Gamma" type="int">
- <int value="0" label="kLinear_Gamma"/>
- <int value="1" label="kSRGB_Gamma"/>
- <int value="2" label="k2Dot2Curve_Gamma"/>
- <int value="3" label="kNonStandard_Gamma"/>
- <int value="4" label="kNull_Gamma"/>
- <int value="5" label="kFail_Gamma"/>
+ <int value="0" label="GammaLinear"/>
+ <int value="1" label="GammaSRGB"/>
+ <int value="2" label="Gamma2Dot2"/>
+ <int value="3" label="GammaNonStandard"/>
+ <int value="4" label="GammaNull"/>
+ <int value="5" label="GammaFail"/>
+ <int value="6" label="GammaInvalid"/>
+ <int value="7" label="GammaExponent"/>
+ <int value="8" label="GammaTable"/>
+ <int value="9" label="GammaParametric"/>
+ <int value="10" label="GammaNamed"/>
</enum>
<enum name="GATTCharacteristicHash" type="int">
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698