| Index: src/gpu/gl/GrGLSL.h
|
| diff --git a/src/gpu/gl/GrGLSL.h b/src/gpu/gl/GrGLSL.h
|
| index 5c0a170e78f8fe1cbb1e4b4963e654c1548349d8..8234be9c46962e00e68789af6ebab18ad644f026 100644
|
| --- a/src/gpu/gl/GrGLSL.h
|
| +++ b/src/gpu/gl/GrGLSL.h
|
| @@ -40,7 +40,7 @@ enum GrGLSLGeneration {
|
| /**
|
| * Gets the most recent GLSL Generation compatible with the OpenGL context.
|
| */
|
| -GrGLSLGeneration GrGetGLSLGeneration(const GrGLInterface* gl);
|
| +bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation);
|
|
|
| /**
|
| * Returns a string to include at the beginning of a shader to declare the GLSL
|
|
|