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

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

Issue 2188743003: Fix Gamma enum in DstColorSpace metric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@histogram
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 42c842a45eb007749c723e65705bddf24c4db558..9bdd521002b745d1198382cf96d2e5fb7418e0a7 100644
--- a/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h
@@ -34,9 +34,8 @@ public:
GammaSRGB = 1,
Gamma2Dot2 = 2,
GammaNonStandard = 3,
- GammaEmpty = 4,
- GammaNull = 5,
- GammaFail = 6,
+ GammaNull = 4,
+ GammaFail = 5,
GammaEnd = GammaFail + 1,
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698