Index: include/gpu/GrTypes.h |
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
index 7fbe43287533be21d90d34428d95a336adf9d268..3f02c62bfd07aab21c647c673beef0850a782c32 100644 |
--- a/include/gpu/GrTypes.h |
+++ b/include/gpu/GrTypes.h |
@@ -390,10 +390,7 @@ enum GrSurfaceFlags { |
*/ |
kRenderTarget_GrSurfaceFlag = 0x1, |
/** |
- * By default all render targets have an associated stencil buffer that |
- * may be required for path filling. This flag overrides stencil buffer |
- * creation. |
- * MAKE THIS PRIVATE? |
+ * DEPRECATED. This has no effect. |
*/ |
kNoStencil_GrSurfaceFlag = 0x2, |
/** |