Index: src/gpu/batches/GrAAConvexPathRenderer.cpp |
diff --git a/src/gpu/batches/GrAAConvexPathRenderer.cpp b/src/gpu/batches/GrAAConvexPathRenderer.cpp |
index c71f46de66281cfd51f647323ee96074a24b5c61..f02be4c0ecae0c2fb7067f001836f579171bda0a 100644 |
--- a/src/gpu/batches/GrAAConvexPathRenderer.cpp |
+++ b/src/gpu/batches/GrAAConvexPathRenderer.cpp |
@@ -579,8 +579,6 @@ public: |
qe.localMatrix(), |
args.fFPCoordTransformHandler); |
- SkAssertResult(fragBuilder->enableFeature( |
- GrGLSLFragmentShaderBuilder::kStandardDerivatives_GLSLFeature)); |
fragBuilder->codeAppendf("float edgeAlpha;"); |
// keep the derivative instructions outside the conditional |