Index: include/gpu/GrTypes.h |
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
index 3f02c62bfd07aab21c647c673beef0850a782c32..fceae19f3711d1fb2cee201a7e112dcc816a8a98 100644 |
--- a/include/gpu/GrTypes.h |
+++ b/include/gpu/GrTypes.h |
@@ -390,10 +390,6 @@ enum GrSurfaceFlags { |
*/ |
kRenderTarget_GrSurfaceFlag = 0x1, |
/** |
- * DEPRECATED. This has no effect. |
- */ |
- kNoStencil_GrSurfaceFlag = 0x2, |
- /** |
* Indicates that all allocations (color buffer, FBO completeness, etc) |
* should be verified. |
*/ |
@@ -402,13 +398,6 @@ enum GrSurfaceFlags { |
GR_MAKE_BITFIELD_OPS(GrSurfaceFlags) |
-// Legacy aliases |
-typedef GrSurfaceFlags GrTextureFlags; |
-static const GrSurfaceFlags kNone_GrTextureFlags = kNone_GrSurfaceFlags; |
-static const GrSurfaceFlags kRenderTarget_GrTextureFlagBit = kRenderTarget_GrSurfaceFlag; |
-static const GrSurfaceFlags kNoStencil_GrTextureFlagBit = kNoStencil_GrSurfaceFlag; |
-static const GrSurfaceFlags kCheckAllocation_GrTextureFlagBit = kCheckAllocation_GrSurfaceFlag; |
- |
/** |
* Some textures will be stored such that the upper and left edges of the content meet at the |
* the origin (in texture coord space) and for other textures the lower and left edges meet at |