| Index: src/gpu/gl/GrGLSL_impl.h
|
| diff --git a/src/gpu/gl/GrGLSL_impl.h b/src/gpu/gl/GrGLSL_impl.h
|
| index 771f0cff6f7d7fcdf2cfd57032e0af7081cdf272..6e393dd14beb8c8fe7822063dddbfe426d72cd7c 100644
|
| --- a/src/gpu/gl/GrGLSL_impl.h
|
| +++ b/src/gpu/gl/GrGLSL_impl.h
|
| @@ -39,8 +39,8 @@ inline const char* GrGLSLExpr<1>::onesStr() {
|
| return "1";
|
| }
|
|
|
| -// GrGLSLExpr<1>::expandComponentStr() is unimplemented because using it
|
| -// is likely an error. This is now caught compile-time.
|
| +// GrGLSLExpr<1>::expandComponentStr() is unimplemented because using it is
|
| +// likely an error. This is now caught compile-time.
|
|
|
| template<>
|
| inline const char* GrGLSLExpr<1>::castStr() {
|
|
|