Index: include/gpu/GrXferProcessor.h |
diff --git a/include/gpu/GrXferProcessor.h b/include/gpu/GrXferProcessor.h |
index f7487975e53906bdbdd5afa692a44e3b728b992a..312e769224fcea43d3f5afcd5bd2f65322786dff 100644 |
--- a/include/gpu/GrXferProcessor.h |
+++ b/include/gpu/GrXferProcessor.h |
@@ -73,6 +73,10 @@ public: |
* Set CoverageDrawing_StateBit |
*/ |
kSetCoverageDrawing_OptFlag = 0x10, |
+ /** |
+ * Can tweak alpha for coverage. Currently this flag should only be used by a batch |
+ */ |
+ kCanTweakAlphaForCoverage_OptFlag = 0x20, |
}; |
GR_DECL_BITFIELD_OPS_FRIENDS(OptFlags); |