| 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,
|
| };
|
|
|
|
|