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