Chromium Code Reviews| Index: include/gpu/GrTypes.h |
| diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
| index 1f5f9179b9ae768864be6d37d02c53dc30a34ad0..e9c5db00ea3984aaddeffd8d087712691ff2a156 100644 |
| --- a/include/gpu/GrTypes.h |
| +++ b/include/gpu/GrTypes.h |
| @@ -444,9 +444,6 @@ enum GrTextureFlags { |
| * should be verified. |
| */ |
| kCheckAllocation_GrTextureFlagBit = 0x8, |
| - |
| - kDummy_GrTextureFlagBit, |
| - kLastPublic_GrTextureFlagBit = kDummy_GrTextureFlagBit-1, |
| }; |
| GR_MAKE_BITFIELD_OPS(GrTextureFlags) |