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

Unified Diff: third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h

Issue 2190653004: Add more detail to Dst Color Space UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@histogram2
Patch Set: 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:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h
diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h b/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h
index 9bdd521002b745d1198382cf96d2e5fb7418e0a7..3776183f5b686648ec03c5dcca414e10287ea217 100644
--- a/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h
@@ -36,7 +36,12 @@ public:
GammaNonStandard = 3,
GammaNull = 4,
GammaFail = 5,
- GammaEnd = GammaFail + 1,
+ GammaInvalid = 6,
+ GammaExponent = 7,
+ GammaTable = 8,
+ GammaParametric = 9,
+ GammaNamed = 10,
+ GammaEnd = GammaNamed + 1,
};
static void countDecodedImageType(const String& type);

Powered by Google App Engine
This is Rietveld 408576698