Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index a2c636d2aad7fdd01089205075510de9e73c8765..3322a4b6054455917d50300b913a5346d08e8ec9 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -59,8 +59,9 @@ public: |
void enablePathTexGen(int unitIdx, PathTexGenComponents, const SkMatrix& matrix); |
void flushPathTexGenSettings(int numUsedTexCoordSets); |
bool shouldUseFixedFunctionTexturing() const { |
- return this->glCaps().pathRenderingSupport(); |
+ return this->glCaps().pathRenderingSupport() && glStandard() == kGL_GrGLStandard; |
} |
+ void setProgramPathFragmentInputGen(int fragmentInputLocation, size_t components, const GrGLfloat* coefficients); |
bool programUnitTest(int maxStages); |