Chromium Code Reviews| Index: src/core/SkMask.cpp |
| diff --git a/src/core/SkMask.cpp b/src/core/SkMask.cpp |
| index 929835717ba95fe2c6c6cf4c7382e02d02911158..4ae65c7a9cc871b64952e7e90c8a295f9855e43f 100644 |
| --- a/src/core/SkMask.cpp |
| +++ b/src/core/SkMask.cpp |
| @@ -52,7 +52,6 @@ static const int gMaskFormatToShift[] = { |
| 0, // 3D |
| 2, // ARGB32 |
| 1, // LCD16 |
| - 2 // LCD32 |
| }; |
| static int maskFormatToShift(SkMask::Format format) { |