Chromium Code Reviews| Index: src/gpu/gl/GrGLSL.h |
| diff --git a/src/gpu/gl/GrGLSL.h b/src/gpu/gl/GrGLSL.h |
| index b031a40a61c8508c863f55d3fdb041add7f19745..3cbce9c546cb6f2781788e25238c91c6a47c5de1 100644 |
| --- a/src/gpu/gl/GrGLSL.h |
| +++ b/src/gpu/gl/GrGLSL.h |
| @@ -35,14 +35,6 @@ |
| * Desktop GLSL 1.50 |
| */ |
| k150_GrGLSLGeneration, |
| - /** |
| - * Desktop GLSL 3.30, and ES GLSL 3.00 |
| - */ |
| - k330_GrGLSLGeneration, |
| - /** |
| - * ES GLSL 3.10 only TODO Make GLSLCap objects to make this more granular |
| - */ |
| - k310es_GrGLSLGeneration, |
| }; |
| /** |