Index: src/gpu/gl/GrGLSL.h |
diff --git a/src/gpu/gl/GrGLSL.h b/src/gpu/gl/GrGLSL.h |
index db8e1bdca5092a42f7524604d462c88d3b4bf9e4..b338c991a6ca5415fcc157493b5bdea1cdb723a9 100644 |
--- a/src/gpu/gl/GrGLSL.h |
+++ b/src/gpu/gl/GrGLSL.h |
@@ -50,6 +50,8 @@ enum GrGLSLGeneration { |
*/ |
bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation); |
+bool GrGLSLSupportsNamedFragmentShaderOutputs(GrGLSLGeneration); |
+ |
/** |
* Returns a string to include at the beginning of a shader to declare the GLSL |
* version. |