Index: include/gpu/GrTypes.h |
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
index c848def047f40e520ec6a5f11e83751c7f66f2e3..970e0c7b2f089240698654c964b1c838df964c39 100644 |
--- a/include/gpu/GrTypes.h |
+++ b/include/gpu/GrTypes.h |
@@ -379,6 +379,11 @@ enum GrTextureFlags { |
* Hint that the CPU may modify this texture after creation. |
*/ |
kDynamicUpdate_GrTextureFlagBit = 0x4, |
+ /** |
+ * Indicates that all allocations (color buffer, FBO completeness, etc) |
+ * should be verified. |
+ */ |
+ kCheckAllocation_GrTextureFlagBit = 0x8, |
kDummy_GrTextureFlagBit, |
kLastPublic_GrTextureFlagBit = kDummy_GrTextureFlagBit-1, |