Index: include/gpu/GrXferProcessor.h |
diff --git a/include/gpu/GrXferProcessor.h b/include/gpu/GrXferProcessor.h |
index a9faad016c1d8ef8890e2d2200033fd044a34a0d..812a9b32ab353ec8f6172bf701a77042e2cc02bc 100644 |
--- a/include/gpu/GrXferProcessor.h |
+++ b/include/gpu/GrXferProcessor.h |
@@ -51,10 +51,6 @@ enum GrBlendEquation { |
static const int kGrBlendEquationCnt = kLast_GrBlendEquation + 1; |
-inline bool GrBlendEquationIsAdvanced(GrBlendEquation equation) { |
- return equation >= kFirstAdvancedGrBlendEquation; |
-} |
- |
/** |
* Coeffecients for alpha-blending. |
*/ |
@@ -184,10 +180,6 @@ public: |
*/ |
kOverrideColor_OptFlag = 0x8, |
/** |
- * Set CoverageDrawing_StateBit |
- */ |
- kSetCoverageDrawing_OptFlag = 0x10, |
- /** |
* Can tweak alpha for coverage. Currently this flag should only be used by a batch |
*/ |
kCanTweakAlphaForCoverage_OptFlag = 0x20, |