Index: src/gpu/GrSWMaskHelper.cpp |
=================================================================== |
--- src/gpu/GrSWMaskHelper.cpp (revision 8091) |
+++ src/gpu/GrSWMaskHelper.cpp (working copy) |
@@ -193,7 +193,8 @@ |
} |
enum { |
// the SW path renderer shares this stage with glyph |
- // rendering (kGlyphMaskStage in GrBatchedTextContext) |
+ // rendering (kGlyphMaskStage in GrTextContext) |
+ // && edge rendering (kEdgeEffectStage in GrContext) |
kPathMaskStage = GrPaint::kTotalStages, |
}; |
GrAssert(!drawState->isStageEnabled(kPathMaskStage)); |