| 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);
|
|
|