Index: src/gpu/gl/GrGLGpu.h |
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
index c10d79e744ff128d6771b3c7773b7def8623a732..9d6dfde804da195c627a995d834929b337748610 100644 |
--- a/src/gpu/gl/GrGLGpu.h |
+++ b/src/gpu/gl/GrGLGpu.h |
@@ -130,7 +130,9 @@ public: |
/** If texture swizzling is available using tex parameters then it is preferred over mangling |
the generated shader code. This potentially allows greater reuse of cached shaders. */ |
- static const GrGLenum* GetTexParamSwizzle(GrPixelConfig config, const GrGLCaps& caps); |
+ static void GetTexParamSwizzle(GrPixelConfig config, |
+ const GrGLSLCaps& caps, |
+ GrGLenum* glSwizzle); |
private: |