Index: src/gpu/gl/GrGLPathRendering.cpp |
diff --git a/src/gpu/gl/GrGLPathRendering.cpp b/src/gpu/gl/GrGLPathRendering.cpp |
index 35c4b82c82f0c6ad2f4f27e026f0ddc57b9a0368..93f892d3b36c8d31701a27d88c8f1ab006a1164e 100644 |
--- a/src/gpu/gl/GrGLPathRendering.cpp |
+++ b/src/gpu/gl/GrGLPathRendering.cpp |
@@ -68,7 +68,6 @@ GrGLPathRendering::GrGLPathRendering(GrGLGpu* gpu) |
NULL != glInterface->fFunctions.fStencilThenCoverFillPathInstanced && |
NULL != glInterface->fFunctions.fStencilThenCoverStrokePathInstanced; |
fCaps.fragmentInputGenSupport = |
- kGLES_GrGLStandard == glInterface->fStandard && |
NULL != glInterface->fFunctions.fProgramPathFragmentInputGen; |
fCaps.glyphLoadingSupport = |
NULL != glInterface->fFunctions.fPathMemoryGlyphIndexArray; |