Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index 40104f8825e069f6511b53ff65f35978b4f6a9ef..964f5c870ce89190b9a7356e1c81e36fb41c3b4b 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -51,6 +51,9 @@ public: |
void bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture); |
bool shouldUseFixedFunctionTexturing() const { |
+ // At the moment non-fixed-function texturing is not implemented |
+ // even though the GrGLPathRendering would support it. Thus just |
+ // return the below. |
return this->glCaps().pathRenderingSupport(); |
} |